ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / ColorF Structure / ColorF Constructor / ColorF Constructor(UInt32)
A packed unsigned integer containing all four color components in ARGB order.

In This Topic
    ColorF Constructor(UInt32)
    In This Topic
    Initializes a new instance of the ColorF struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal argb As UInteger _
    )
    public ColorF( 
       uint argb
    )

    Parameters

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