GPR_$INQ_TEXT_VALUES GPR Calls GPR_$INQ_TEXT_VALUES
NAME
gpr_$inq_text_values - returns the text color and the text background
color.
FORMAT
gpr_$inq_text_values (text_color, text_bkgd_color, status)
DESCRIPTION
This routine returns the text color and the text background color used in
the current bitmap.
Output Parameters
text_color
The color the system will use to write text, in gpr_$pixel_value_t
format. This is a 4-byte integer.
text_bkgd_color
The color the system will use as the background for text, in
gpr_$pixel_value_t format. This is a 4-byte integer.
status
Completion status, in status_$t format.
SEE ALSO
gpr_$set_text_value, gpr_$set_text_background_value.