Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ColorF Structure / ColorF Constructor / ColorF Constructor(Single)
The value that will be assigned to all components.

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

    Parameters

    value
    The value that will be assigned to all components.
    See Also