GTILE Procedure

Specifying a Custom Range for the Color Ramp

By default, the range for a color ramp is set to the range of the color variable. The MINLEGENDVALUE= and MAXLEGENDVALUE= options enable you to override the default range with your own range. When one or both of the MINLEGENDVALUE= and MAXLEGENDVALUE= options are used, the range is computed as shown in the following table.
Options Used
Color Ramp Range
(default)
min-color-variable-value to max-color-variable-value
MINLEGENDVALUE=n1 and MAXLEGENDVALUE=n2
n1 to n2
MINLEGENDVALUE=n1
n1 to max-color-variable-value
MAXLEGENDVALUE=n1
min-color-variable-value to n1
If you specify a custom range and the value of the color variable falls outside of the specified range, the tile or tiles associated with the out-of-range color value are colored gray.
Note: The out-of-range tile color is always gray and cannot be changed.