[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A colorwheel component.
Source position: fpg_colorwheel.pas line 32
type TfpgColorWheel = class(TfpgWidget) |
||
public |
||
constructor Create(); override; |
||
destructor Destroy; override; |
||
property Hue: LongInt; [r] |
|
Hue value of selected color. |
property Saturation: Double; [r] |
|
Saturation value of selected color. |
procedure SetSelectedColor(); |
|
Sets a new color value programatically. |
published |
||
property BackgroundColor: TfpgColor; |
||
property Enabled: Boolean; |
||
property ValueBar: TfpgValueBar; [rw] |
|
Used to link the ColorWheel to the ValueBar component. |
property MarginWidth: LongInt; [rw] |
|
The width of the black area around the wheel. |
property CursorSize: LongInt; [rw] |
|
Size of the crosshair. |
property WhiteAreaPercent: LongInt; [rw] |
|
The percentage from the centre of the wheel. |
property OnChange: TNotifyEvent; [rw] |
|
This event is triggered when a new color has been selected in the wheel. |
end; |
|
A colorwheel component. |
|
| | ||
|
This forms the basis of any visual widget in fpGUI |
|
| | ||
|
Encapsulates a top level or child window |
|
| | ||
|
Maps to a backend specific base class |
|
| | ||
|
Implements XLib specific windowing functionality |
|
| | ||
|
Abstract class use for representing a Window or Widget |
|
| | ||
|
A descendant of the FPC TComponent class |
|
| | ||
TComponent |
||
? | ||
TObject |
This component draws a ColorWheel at runtime. This allows the user to select the Hue and Saturation values in the HSV color range.