Packed Record TExpandedPixel
Unit
Declaration
type TExpandedPixel = packed record
Description
Stores a gamma expanded RGB color. Values range from 0 to 65535 and are linear.
Overview
Fields
![]() |
red: word; |
![]() |
green: word; |
![]() |
blue: word; |
![]() |
alpha: word; |
Methods
![]() |
class function New(const ARed,AGreen,ABlue:word): TExpandedPixel; overload; static; |
![]() |
class function New(const ARed,AGreen,ABlue,AAlpha:word): TExpandedPixel; overload; static; |
Description
Fields
![]() |
red: word; |
This item has no description. |
![]() |
green: word; |
This item has no description. |
![]() |
blue: word; |
This item has no description. |
![]() |
alpha: word; |
This item has no description. |
Methods
![]() |
class function New(const ARed,AGreen,ABlue:word): TExpandedPixel; overload; static; |
This item has no description. |
![]() |
class function New(const ARed,AGreen,ABlue,AAlpha:word): TExpandedPixel; overload; static; |
This item has no description. |