format
boolean setColorPlanes(double red[][],double green[][],double blue[][])
description
Allows you to manually create an image by specifying pixel maps for each of its three color planes.
parameters
red - the red color plane
red
green - the green color plane
green
blue - the blue color plane
blue
returns
TRUE - if the operation was successful
TRUE
FALSE - if the operation failed
FALSE
throws
The setColorPlanes() method does not throw any exceptions.
setColorPlanes()