[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A ValueBar component.
Source position: fpg_colorwheel.pas line 76
type TfpgValueBar = class(TfpgWidget) |
||
public |
||
constructor Create(); override; |
||
procedure SetHS(); |
|
Sets the Hue and Saturation values. |
published |
||
property BackgroundColor: TfpgColor; |
||
property Enabled: Boolean; |
||
property Value: Double; [rw] |
|
Currently selected Value |
property SelectedColor: TfpgColor; [r] |
|
The selected HSV color but in TfpgColor format. |
property MarginWidth: LongInt; [rw] |
|
Margin width around the ValueBar. |
property CursorHeight: LongInt; [rw] |
|
The height of the selection cursor. |
property OnChange: TNotifyEvent; [rw] |
|
Event is triggered when a new color is selected. |
end; |
|
A ValueBar 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 |
At runtime, this component draws a ValueBar. It allows the user to select the brightness (Value) color in the HSV colorspace. This components works with the TfpgColorWheel component to set the full HSV color values.