Leadtools Namespace > RasterColor Structure : FromColorRef Method |
[CLSCompliantAttribute(false)] public static RasterColor FromColorRef( uint value )
'Declaration <CLSCompliantAttribute(False)> Public Shared Function FromColorRef( _ ByVal value As UInteger _ ) As RasterColor
'Usage Dim value As UInteger Dim value As RasterColor value = RasterColor.FromColorRef(value)
[CLSCompliantAttribute(false)] public static RasterColor FromColorRef( uint value )
CLSCompliantAttribute() function Leadtools.RasterColor.FromColorRef( value )
[CLSCompliantAttribute(false)] public: static RasterColor FromColorRef( uint value )
A Windows COLORREF contains the color the following hexadecimal form:
0x00bbggrr
This value will retreive the values and set them in the B, G and R properties.