Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / ColorMatrix5x4 Class / ColorMatrix5x4 Constructor / ColorMatrix5x4 Constructor(Single)
The value that will be assigned to all components.

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

    Parameters

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