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




In This Topic
    IsGray() Method
    In This Topic
    Checks whether or not the RGB value is grayscale, i.e., Red = Green = Blue.
    Syntax
    'Declaration
     
    Public Overloads Function IsGray() As Boolean
    'Usage
     
    Dim instance As ImGearRGBQuad
    Dim value As Boolean
     
    value = instance.IsGray()
    public bool IsGray()
    public: bool IsGray(); 
    public:
    bool IsGray(); 

    Return Value

    Boolean value.
    See Also