pe_inq_colr_status(3g) — Subroutines
Name
pe_inq_colr_status − Provides the number of color table entries in use by each color table type.
Operating States: PHOP, WSOP, ∗, ∗
Digital PHIGS extension function
Syntax
void pe_inq_colr_status (
Pint wsid, /∗ (I) Workstation identifier ∗/
Pint ∗nfixed, /∗ (O) Number of fixed color entries ∗/
Pint ∗upseudo, /∗ (O) Number used by color maps ∗/
Pint ∗fpseudo, /∗ (O) Number of entries available for
additional color maps ∗/
Pint ∗ntrue /∗ (O) Number of true color entries ∗/
)
Description
pe_inq_colr_status provides the number of color table entries currently in use by each color table type (fixed, pseudo, and true) for a specified workstation.
This function also provides the number of currently available color table entries for additional pseudo color maps in the argument fpseudo.
See Also
pe_get_req_colrs
pe_init_pseudo_colr
pe_release_pseudo_colr
pe_set_colr_approx_ind
pe_set_plane_mask
pe_set_pseudo_colr
pe_setup_pseudo_colr