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)
Syntaxpublic static uint ConvertColorValue(
	ref ColorValue color
)
Parameters
- color
 - Type: NeoAxisColorValue
The color to convert. 
Return Value
Type: 
UInt32The uint value.
See Also