Click or drag to resize

ColorByte(Vector4) Constructor

Constructs an RGBA color from the XYZW unit length components of a vector.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ColorByte(
	Vector4 color
)

Parameters

color  Vector4
A Vector4 representing color.
See Also