ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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.

In This Topic
    ColorF Constructor(UInt32,Single)
    In This Topic
    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