Initializes a new instance of the 
ImGearRGBQuad structure with specified red, green and blue color values.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  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 ,
   int ,
   int 
)
             
        
            
            public: ImGearRGBQuad( 
   int ,
   int ,
   int 
)
             
        
            
            public:
ImGearRGBQuad( 
   int ,
   int ,
   int 
)
             
        
             
        
            Parameters
- red
- Red color value.
- green
- Green color value.
- blue
- Blue color value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also