pinq_colr_map_facs(3g) — Subroutines
Name
pinq_colr_map_facs − Returns the list of available color mapping methods.
Operating States: PHOP, ∗, ∗, ∗
PHIGS PLUS function
Syntax
void pinq_colr_map_facs (
Pint wstype, /∗ (I) Workstation type ∗/
Pint num_elems_appl_list, /∗ (I) Number of elements in the
application list ∗/
Pint start_ind, /∗ (I) Starting position within the
Digital PHIGS list of color
mapping methods ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pint_list ∗methods, /∗ (O) List of available color
mapping methods ∗/
Pint ∗num_elems_impl_list, /∗ (O) Total number of color mapping
methods in the Digital PHIGS
list ∗/
Pint ∗num_indices /∗ (O) Number of predefined color
mapping indexes ∗/
)
Data Structures
typedef struct {
Pint num_ints; /∗ number of Pints in the list ∗/
Pint ∗ints; /∗ list of integers ∗/
} Pint_list;
Constants
Data Structure Constants Constant Description
---------------------------------------------------------------------------
Color mapping method PCOLR_MAP_METHOD_TRUE Digital PHIGS
performs the
identity mapping.
PCOLR_MAP_METHOD_PSEUDO Digital PHIGS
converts the colors
to a single integer
index.
PCOLR_MAP_METHOD_PSEUDO_N Digital PHIGS
converts the colors
to a set of
indexes.
---------------------------------------------------------------------------
Description
pinq_colr_map_facs returns the list of available color mapping methods.
Digital PHIGS Version 4.1 does not support this function.
See Also
pset_colr_map_ind
pset_colr_map_rep