ColorByte Constructor |
Name | Description | |
---|---|---|
ColorByte(UInt32) |
Constructs an RGBA color from a packed value.
The value is a 32-bit unsigned integer, with R in the least significant octet.
| |
ColorByte(ColorValue) | Initializes a new instance of the ColorByte class | |
ColorByte(ColorValue) | Initializes a new instance of the ColorByte class | |
ColorByte(Vector3) |
Constructs an RGBA color from the XYZ unit length components of a vector. Alpha value will be opaque.
| |
ColorByte(Vector3F) |
Constructs an RGBA color from the XYZ unit length components of a vector. Alpha value will be opaque.
| |
ColorByte(Vector4) |
Constructs an RGBA color from the XYZW unit length components of a vector.
| |
ColorByte(Vector4F) |
Constructs an RGBA color from the XYZW unit length components of a vector.
| |
ColorByte(Byte, Byte, Byte, Byte) |
Constructs an RGBA color from scalars representing red, green, blue and alpha values.
| |
ColorByte(Int32, Int32, Int32, Int32) |
Constructs an RGBA color from scalars representing red, green, blue and alpha values.
| |
ColorByte(Single, Single, Single, Single) |
Constructs an RGBA color from scalars representing red, green, blue and alpha values.
|