Class TRgbKludge (unit ColorEd)

Inherits from

TPersistent

Constructors



Functions

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);


Properties

property Blue : TRgbValue


property Green : TRgbValue


property Red : TRgbValue


property Color : TColor


property Editor : TRgbColorProperty


Events

Variables

fColor : TColor;


fEditor : TRgbColorProperty;

Cache the current color value, for convenience.


Constructors


Functions


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);


Properties


property Blue : TRgbValue


property Green : TRgbValue


property Red : TRgbValue


property Color : TColor


property Editor : TRgbColorProperty


Events


Variables


fColor : TColor;


fEditor : TRgbColorProperty;

Cache the current color value, for convenience.