ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRGBQuad Structure / ImGearRGBQuad Constructor / ImGearRGBQuad Constructor(Int32)
Gray color value.




In This Topic
    ImGearRGBQuad Constructor(Int32)
    In This Topic
    Initializes a new instance of the ImGearRGBQuad structure with specified gray value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal gray As Integer _
    )
    'Usage
     
    Dim gray As Integer
     
    Dim instance As New ImGearRGBQuad(gray)
    public ImGearRGBQuad( 
       int gray
    )
    public: ImGearRGBQuad( 
       int gray
    )
    public:
    ImGearRGBQuad( 
       int gray
    )

    Parameters

    gray
    Gray color value.
    See Also