Packed Record TAdobeRGBA
Unit
Declaration
type TAdobeRGBA = packed record
Description
AdobeRGB color (8-bit channels)
Overview
Fields
red: byte; |
|
green: byte; |
|
blue: byte; |
|
alpha: byte; |
Methods
class function New(const ARed,AGreen,ABlue:byte): TAdobeRGBA; overload; static; |
|
class function New(const ARed,AGreen,ABlue,AAlpha:byte): TAdobeRGBA; overload; static; |
Description
Fields
red: byte; |
|
This item has no description. |
green: byte; |
|
This item has no description. |
blue: byte; |
|
This item has no description. |
alpha: byte; |
|
This item has no description. |
Methods
class function New(const ARed,AGreen,ABlue:byte): TAdobeRGBA; overload; static; |
|
This item has no description. |
class function New(const ARed,AGreen,ABlue,AAlpha:byte): TAdobeRGBA; overload; static; |
|
This item has no description. |