Unit 'BCTypes' Package
[Overview][Types][Classes][Index] [#pl_bgracontrols]

TBCPixel

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

Declaration

Source position: bctypes.pas line 269

type TBCPixel = class(TBCProperty)

public

  constructor Create();

  

  procedure Assign();

  

  property Pixel: TBGRAPixel; [rw]

  

  function Color;

  

  function Hex;

  

  procedure ApplyLightness();

  

  procedure ApplyIntensity();

  

  procedure ToGrayscale;

  

published

  property Red: Byte; [rw]

  

  property Green: Byte; [rw]

  

  property Blue: Byte; [rw]

  

  property Alpha: Byte; [rw]

  

end;

Inheritance

TBCPixel

  

|

TBCProperty

  

|

TObject



CT Web help

CodeTyphon Studio