Packed Record TLabA
Unit
Declaration
type TLabA = packed record
Description
CIE Lab color (32-bit floating point channels)
Overview
Fields
![]() |
L: single; |
![]() |
a: single; |
![]() |
b: single; |
![]() |
alpha: single; |
Methods
![]() |
class function New(const ALightness,Aa,Ab:single): TLabA; overload; static; |
![]() |
class function New(const ALightness,Aa,Ab,AAlpha:single): TLabA; overload; static; |
Description
Fields
![]() |
L: single; |
This item has no description. |
![]() |
a: single; |
This item has no description. |
![]() |
b: single; |
This item has no description. |
![]() |
alpha: single; |
This item has no description. |
Methods
![]() |
class function New(const ALightness,Aa,Ab:single): TLabA; overload; static; |
This item has no description. |
![]() |
class function New(const ALightness,Aa,Ab,AAlpha:single): TLabA; overload; static; |
This item has no description. |