Unit 'agg_color' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_aggpas]

aggclr

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

Declaration

Source position: agg_color.pas line 88

type aggclr = object

  v: int8u;

  

  r: int8u;

  

  g: int8u;

  

  b: int8u;

  

  a: int8u;

  

  constructor Construct();

  

  constructor ConstrInt();

  

  constructor ConstrMix();

  

  constructor ConstrDbl();

  

  constructor ConstrPre();

  

  constructor from_wavelength();

  

  function gradient();

  

  function gradient8();

  

  procedure add();

  

  function opacity_();

  

  function _opacity;

  

  procedure Clear;

  

  function premultiply;

  

  procedure apply_gamma_dir();

  

  procedure CalculateValue;

  

  procedure Black;

  

  procedure White;

  

  function GetABGR;

  

  function GetARGB;

  

  procedure SetABGR();

  

  procedure SetARGB();

  

  property ABGR: TAggColor32; [rw]

  

  property ARGB: TAggColor32; [rw]

  

end;

Inheritance

aggclr

  

|

TObject



CT Web help

CodeTyphon Studio