The representation of an ARGB color.
More...
|
byte | A [get, set] |
| The alpha channel [0;255]. 0 represents a fully transparent color, and 255 represents a fully opaque color.
|
|
byte | B [get, set] |
| The blue color channel [0;255].
|
|
System.Runtime.Serialization.ExtensionDataObject | ExtensionData [get, set] |
|
byte | G [get, set] |
| The green color channel [0;255].
|
|
byte | R [get, set] |
| The red color channel [0;255].
|
|
The representation of an ARGB color.
byte VideoOS.Platform.Data.TColor.A |
|
getset |
The alpha channel [0;255]. 0 represents a fully transparent color, and 255 represents a fully opaque color.
byte VideoOS.Platform.Data.TColor.B |
|
getset |
The blue color channel [0;255].
◆ ExtensionData
System.Runtime.Serialization.ExtensionDataObject VideoOS.Platform.Data.TColor.ExtensionData |
|
getset |
byte VideoOS.Platform.Data.TColor.G |
|
getset |
The green color channel [0;255].
byte VideoOS.Platform.Data.TColor.R |
|
getset |
The red color channel [0;255].