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

cColor

Declaration

Source position: AsphyreColors.pas line 101

function cColor(

  r: Single;

  g: Single;

  b: Single;

  a: Single

):TAsphyreColor; overload;

function cColor(

  Gray: Single;

  Alpha: Single

):TAsphyreColor; overload;

function cColor(

  Gray: Single

):TAsphyreColor; overload;



CT Web help

CodeTyphon Studio