Unit 'GR32_ColorPicker' Package
[Overview][Types][Classes][Index] [#pl_graphics32]

TCustomColorPickerHSV

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GR32_ColorPicker.pas line 244

type TCustomColorPickerHSV = class(TCustomColorPicker)

protected

  procedure PaintColorPicker; override;

  

  procedure MouseDown(); override;

  

  procedure MouseUp(); override;

  

  procedure MouseMove(); override;

  

  procedure SelectedColorChanged; override;

  

public

  constructor Create(); override;

  

  procedure Resize; override;

  

  property Hue: single; [rw]

  

  property Saturation: single; [rw]

  

  property Value: single; [rw]

  

  property VisualAid: TVisualAid; [rw]

  

end;

Inheritance

TCustomColorPickerHSV

  

|

TCustomColorPicker

  

|

TObject



CT Web help

CodeTyphon Studio