ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearRGBQuad Class : ImGearRGBQuad Constructor |
Overload | Description |
---|---|
ImGearRGBQuad Constructor() | Default constructor. |
ImGearRGBQuad Constructor(int) | Initializes a new instance of the ImGearRGBQuad structure with specified gray value. |
ImGearRGBQuad Constructor(IImGearRGBQuad) | Initializes a new instance of the @see ImGearRGBQuad structure from the specified |
ImGearRGBQuad Constructor(int,int,int) | Initializes a new instance of the ImGearRGBQuad structure with specified red, green and blue color values. |
ImGearRGBQuad Constructor(int,int,int,int) | Initializes a new instance of the ImGearRGBQuad structure with specified red, green, blue and reserved color values. |