Click or drag to resize

ColorByte Constructor (Vector4F)

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

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

Parameters

color
Type: NeoAxisVector4F
A Vector4 representing color.
See Also