Click or drag to resize

ColorByte(Vector3) Constructor

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ColorByte(
	Vector3 color
)

Parameters

color  Vector3
A Vector3 representing color.
See Also