RenderingSystemConvertColorValue(ColorValue) Method |
Generates a packed data version of the passed in
ColorValue suitable for use as with this RenderSystem.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static uint ConvertColorValue(
ColorValue color
)
Parameters
- color ColorValue
- The color to convert.
Return Value
UInt32The uint value.
See Also