setColorPlanes

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

 

green - the green color plane

 

blue - the blue color plane

returns

TRUE - if the operation was successful

 

FALSE - if the operation failed

throws

The setColorPlanes() method does not throw any exceptions.