ComponentOne Bitmap for UWP
ColorF Constructor(UInt32)

C1.UWP.DX Assembly > C1.Util.DX Namespace > ColorF Structure > ColorF Constructor : ColorF Constructor(UInt32)
A packed unsigned integer containing all four color components in ARGB order.
Initializes a new instance of the ColorF struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal argb As System.UInteger _
)
public ColorF( 
   System.uint argb
)

Parameters

argb
A packed unsigned integer containing all four color components in ARGB order.
See Also

Reference

ColorF Structure
ColorF Members
Overload List