Packed Record TLChA
Unit
Declaration
type TLChA = packed record
Description
CIE LCh color (32-bit floating point channels)
Overview
Fields
L: single; |
|
C: single; |
|
h: single; |
|
alpha: single; |
Methods
class function New(const ALightness,AChroma,AHue:single): TLChA; overload; static; |
|
class function New(const ALightness,AChroma,AHue,AAlpha:single): TLChA; overload; static; |
Description
Fields
L: single; |
|
This item has no description. |
C: single; |
|
This item has no description. |
h: single; |
|
This item has no description. |
alpha: single; |
|
This item has no description. |
Methods
class function New(const ALightness,AChroma,AHue:single): TLChA; overload; static; |
|
This item has no description. |
class function New(const ALightness,AChroma,AHue,AAlpha:single): TLChA; overload; static; |
|
This item has no description. |