Click or drag to resize

ColorByte Constructor (Vector3)

Constructs an RGBA color from the XYZ unit length components of a vector. Alpha value will be opaque.

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

Parameters

color
Type: NeoAxisVector3
A Vector3 representing color.
See Also