Takes the value assigned to a pixel, as determined by it's location in the grid, and gives a color to paint the pixel. In this case, the grid point value IS the color value.
@param source a grid point value assigned to the raster pixel.
@return the ARGB to color the pixel.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.