Image.Invert (gb.image)
Function Invert ( [ KeepHue As Boolean ] ) As Image
 
Invert an image and return it.
If 
KeepColor is 
TRUE, then the hue component of the color is preserved.
If 
KeepColor is 
FALSE (the default), then all color components are inverted.