Click or drag to resize

Vector4ToColorValue Method

Converts each component of the current instance of Vector4 into the component of the ColorValue structure: X to red component, Y to green component, Z to blue component, W to alpha component.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public ColorValue ToColorValue()

Return Value

Type: ColorValue
The equivalent ColorValue structure.
See Also