Click or drag to resize

ColorByte(Vector4F) 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(
	Vector4F color
)

Parameters

color  Vector4F
A Vector4 representing color.
See Also