ComponentOne Bitmap for UWP
ColorF Constructor(UInt32,Single)

C1.UWP.DX Assembly > C1.Util.DX Namespace > ColorF Structure > ColorF Constructor : ColorF Constructor(UInt32,Single)
A packed unsigned integer containing three color components in RGB order.
The alpha component of the color.
Initializes a new instance of the ColorF struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal rgb As System.UInteger, _
   ByVal alpha As System.Single _
)
public ColorF( 
   System.uint rgb,
   System.float alpha
)

Parameters

rgb
A packed unsigned integer containing three color components in RGB order.
alpha
The alpha component of the color.
See Also

Reference

ColorF Structure
ColorF Members
Overload List