Class TRgbKludge (unit ColorEd) |
Inherits from
TPersistent
function GetBlue: TRgbValue;
function GetGreen: TRgbValue;
function GetRed: TRgbValue;
pointer back to the master property editor
procedure SetBlue(Value: TRgbValue);
procedure SetColor(Value: TColor);
TRgbKludge } { Set the color and notify the master property editor.
procedure SetGreen(Value: TRgbValue);
procedure SetRed(Value: TRgbValue);
property Blue : TRgbValue
property Green : TRgbValue
property Red : TRgbValue
property Color : TColor
property Editor : TRgbColorProperty
fColor : TColor;
fEditor : TRgbColorProperty;
Cache the current color value, for convenience.
function GetBlue: TRgbValue;
function GetGreen: TRgbValue;
function GetRed: TRgbValue;
pointer back to the master property editor
procedure SetBlue(Value: TRgbValue);
procedure SetColor(Value: TColor);
TRgbKludge } { Set the color and notify the master property editor.
procedure SetGreen(Value: TRgbValue);
procedure SetRed(Value: TRgbValue);
property Blue : TRgbValue
property Green : TRgbValue
property Red : TRgbValue
property Color : TColor
property Editor : TRgbColorProperty
fColor : TColor;
fEditor : TRgbColorProperty;
Cache the current color value, for convenience.