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. |
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. |