Click or drag to resize

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: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ColorByte(
	uint packedValue
)

Parameters

packedValue  UInt32
The packed value.
See Also