ColorByte Constructor (UInt32) |
Constructs an RGBA color from a packed value.
The value is a 32-bit unsigned integer, with R in the least significant octet.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public ColorByte(
uint packedValue
)
Parameters
- packedValue
- Type: SystemUInt32
The packed value.
See Also