ImageGear v26.5 - Updated March 3, 2025
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()

Return Value

Boolean value.
See Also