GPR_$INQ_COLOR_MAP GPR Calls GPR_$INQ_COLOR_MAP
NAME
gpr_$inq_color_map - returns the current color map values.
FORMAT
gpr_$inq_color_map (start_index, n_entries, values, status)
DESCRIPTION
This routine returns the current color map values.
To set the color map, use gpr_$set_color_map.
Input Parameters
start_index
Index of the first color value entry, in gpr_$pixel_value_t format.
This is a 4-byte integer.
n_entries
Number of entries. This is a 2-byte integer.
Output Parameters
values
Color value entries, in gpr_$color_vector_t format. This is a 256-
element array of 4-byte integers.
status
Completion status, in status_$t format.