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