10-13-2005 03:21 PM
10-13-2005 03:48 PM
I don't think you can have better than a 8bit greyscale (256 values). Your values are RGB, with 8 bits for each color. For greyscale, the RGB calues must be identical.
The only thing you need to do is to use the marker value property and set the lowest number color to x00000000 and the highest to x00FFFFFF and set interpolate colors to true.
10-13-2005 04:01 PM