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

In This Topic
    ColorF Constructor(Vector3,Single)
    In This Topic
    Initializes a new instance of the ColorF struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Vector3, _
       Optional ByVal alpha As System.Single _
    )
    public ColorF( 
       Vector3 value,
       System.float alpha
    )

    Parameters

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