ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRGBQuad Structure / ImGearRGBQuad Constructor / ImGearRGBQuad Constructor(Int32,Int32,Int32)
Red color value.
Green color value.
Blue color value.




In This Topic
    ImGearRGBQuad Constructor(Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the ImGearRGBQuad structure with specified red, green and blue color values.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal red As Integer, _
       ByVal green As Integer, _
       ByVal blue As Integer _
    )
    'Usage
     
    Dim red As Integer
    Dim green As Integer
    Dim blue As Integer
     
    Dim instance As New ImGearRGBQuad(red, green, blue)
    public ImGearRGBQuad( 
       int red,
       int green,
       int blue
    )
    public: ImGearRGBQuad( 
       int red,
       int green,
       int blue
    )
    public:
    ImGearRGBQuad( 
       int red,
       int green,
       int blue
    )

    Parameters

    red
    Red color value.
    green
    Green color value.
    blue
    Blue color value.
    See Also