ImagePlot plots a matrix or a list of matrices as an image.
If data is a matrix each element represents a gray color value. The color value must be a value between 0 (black) and 1 (white).
If data is a list of three matrices the first matrix represents the red values, the second matrix the green values and the thrid matrix the blue values. The value for each component must be a value between 0 and 1.