Click or drag to resize

RenderingSystemConvertColorValue Method (ColorValue)

Generates a packed data version of the passed in ColorValue.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static uint ConvertColorValue(
	ref ColorValue color
)

Parameters

color
Type: NeoAxisColorValue
The color to convert.

Return Value

Type: UInt32
The uint value.
See Also