ColorByte(Vector4) Constructor |
Constructs an RGBA color from the XYZW unit length components of a vector.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ColorByte(
Vector4 color
)
Parameters
- color Vector4
- A Vector4 representing color.
See Also