ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / ColorF Structure / ColorF Constructor / ColorF Constructor(Vector4)
The red, green, blue, and alpha components of the color.

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

    Parameters

    value
    The red, green, blue, and alpha components of the color.
    See Also