Packed Record TStdRGBA
Unit
Declaration
type TStdRGBA = packed record
Description
StdRGB color (32-bit floating point channels)
Overview
Fields
![]() |
red: single; |
![]() |
green: single; |
![]() |
blue: single; |
![]() |
alpha: single; |
Methods
![]() |
class function New(const ARed,AGreen,ABlue:single): TStdRGBA; overload; static; |
![]() |
class function New(const ARed,AGreen,ABlue,AAlpha:single): TStdRGBA; overload; static; |
Description
Fields
![]() |
red: single; |
|
This item has no description. | |
![]() |
green: single; |
|
This item has no description. | |
![]() |
blue: single; |
|
This item has no description. | |
![]() |
alpha: single; |
|
This item has no description. | |
Methods
![]() |
class function New(const ARed,AGreen,ABlue:single): TStdRGBA; overload; static; |
|
This item has no description. | |
![]() |
class function New(const ARed,AGreen,ABlue,AAlpha:single): TStdRGBA; overload; static; |
|
This item has no description. | |
