NSBColorPicker Class Members
In This Topic
The following tables list the members exposed by NSBColorPicker.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| Hue | Defines the hue of the currently selected color and should be in the range [0, 360). |
| SBSelectorRadiusPercent | Gets or sets the radius percent for the SB selector circle, measured as a percent of lesser of the SB rectangle width and height. |
| SelectedColor | Gets or sets the currently selected color. |
| UpdateWhileDragging | Gets or sets whether the selected color should be updated while the user drags the Saturation-Brightness selector. If set to false the selected color is updated when the user releases the left mouse button. By default set to true. |
Top
Public Events
| Name | Description |
| SelectedColorChanged | UI event, which occurs when the user selects a new color from this Saturation-Brightness color box. |
Top
See Also