ColorByte(Vector3F) Constructor |
Constructs an RGBA color from the XYZ unit length components of a vector. Alpha value will be opaque.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ColorByte(
Vector3F color
)
Parameters
- color Vector3F
- A Vector3 representing color.
See Also