Introduction
It's a simple office like drop-down color picker
Methods: none
Properties:
| Gdk.Color | Color | gets/sets the current selected color |
Events:
| ColorChangeEventHandler | ColorChange | - raised when the selected color changes |
Details
- To get or set the Color use the Color property
colorPicker.Color = new Gdk.Color( 255, 0, 125 );