Unit 'AsphyreColors' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_asphyresphinx]

TAsphyreColor

Declaration

Source position: AsphyreColors.pas line 39

type TAsphyreColor = record

public

  r: Single;

  

  g: Single;

  

  b: Single;

  

  a: Single;

  

  class operator add(TAsphyreColor,TAsphyreColor):TAsphyreColor();

  

  class operator subtract(TAsphyreColor,TAsphyreColor):TAsphyreColor();

  

  class operator multiply(TAsphyreColor,TAsphyreColor):TAsphyreColor();

  

  class operator divide(TAsphyreColor,TAsphyreColor):TAsphyreColor();

  

  class operator multiply(TAsphyreColor,Single):TAsphyreColor();

  

  class operator divide(TAsphyreColor,Single):TAsphyreColor();

  

  class operator implicit(TAsphyreColor):Cardinal();

  

  class operator implicit(Cardinal):TAsphyreColor();

  

  class operator explicit(TAsphyreColor):Cardinal();

  

  class operator explicit(Cardinal):TAsphyreColor();

  

end;



CT Web help

CodeTyphon Studio