| ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearRGBQuad Class : isGray Method |
| Overload | Description |
|---|---|
| isGray() | Checks whether or not the RGB value is grayscale, i.e., Red = Green = Blue. |
| isGray(byte) | This method checks whether the RGB value is both grayscale and equal to specified value, i.e., Red = Green = Blue = value. |