ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRGBQuad Structure / IsGray Method




In This Topic
    IsGray Method
    In This Topic
    Checks whether or not the RGB value is grayscale, i.e., Red = Green = Blue.
    Overload List
    OverloadDescription
    Checks whether or not the RGB value is grayscale, i.e., Red = Green = Blue.  
    This method checks whether the RGB value is both grayscale and equal to specified value, i.e., Red = Green = Blue = value.  
    See Also