ImageGrayscale()

Creates a grayscale of this image

Usage

BOOLEAN = ImageGrayscale( name )
Argument Summary
name the image object derived from ImageNew() or ImageRead()

Calling

Supports named-parameter calling allowing you to use the function like:

ImageGrayscale(
   name=?
);

Supports passing parameters as a structure using ArgumentCollection:

ImageGrayscale( ArgumentCollection={
   name : ?
} );