Packed Record TXYZA
Unit
Declaration
type TXYZA = packed record
Description
CIE XYZ color (32-bit floating point channels)
Overview
Fields
![]() |
X: single; |
![]() |
Y: single; |
![]() |
Z: single; |
![]() |
alpha: single; |
Methods
![]() |
class function New(const AX,AY,AZ:single): TXYZA; overload; static; |
![]() |
class function New(const AX,AY,AZ,AAlpha:single): TXYZA; overload; static; |
Description
Fields
![]() |
X: single; |
This item has no description. |
![]() |
Y: single; |
This item has no description. |
![]() |
Z: single; |
This item has no description. |
![]() |
alpha: single; |
This item has no description. |
Methods
![]() |
class function New(const AX,AY,AZ:single): TXYZA; overload; static; |
This item has no description. |
![]() |
class function New(const AX,AY,AZ,AAlpha:single): TXYZA; overload; static; |
This item has no description. |