See Also Examples Applies To
Returns True if the native GdPicture image or the area defined by SetROI() function is Gray.
Syntax
object.IsGrayscale ()
The IsGrayscale syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Boolean. True if it is a grayscale image, else False.
Remarks
Use the GetStat() function to check if this function has completed successfully.
Category
Standalone Functions