Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ColorF Structure / ColorF Constructor / ColorF Constructor(ColorF,Single)
The source ColorF.
The alpha component of the color.

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

    Parameters

    value
    The source ColorF.
    alpha
    The alpha component of the color.
    See Also