Click or drag to resize

RenderingSystemConvertColorValue(ColorValue) Method

Generates a packed data version of the passed in ColorValue suitable for use as with this RenderSystem.

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

Parameters

color  ColorValue
The color to convert.

Return Value

UInt32
The uint value.
See Also