C1.UWP Assembly / C1.Xaml Namespace / ColorEx Class / GetIntColor Method
Color in each platform.

In This Topic
GetIntColor Method
In This Topic
Convert color in platforms to a int color.
Syntax
'Declaration
 
Public Shared Function GetIntColor( _
   ByVal color As System.Object _
) As System.Integer
 

Parameters

color
Color in each platform.

Return Value

a color defined in a int value.
See Also