ImageNegative()

Creates a negative of this image

Usage

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

Calling

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

ImageNegative(
   name=?
);

Supports passing parameters as a structure using ArgumentCollection:

ImageNegative( ArgumentCollection={
   name : ?
} );