Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pinq_direct_colr_model_facs(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pinq_direct_colr_model_facs(3g)  —  Subroutines

Name

pinq_direct_colr_model_facs − Returns the number of available direct color models, and the list of direct color models. 

Operating States: PHOP, ∗, ∗, ∗
PHIGS PLUS function

Syntax

void pinq_direct_colr_model_facs (
 
  Pint        wstype,               /∗ (I) Workstation type ∗/
  Pint        num_elems_appl_list,  /∗ (I) Number of elements in the
                                           application list ∗/
  Pint        start,                /∗ (I) Starting position within the
                                           Digital PHIGS list of colors
                                           model facilities ∗/
  Pint       ∗error_ind,            /∗ (O) Error indicator ∗/
  Pint_list  ∗models,               /∗ (O) List of color model
                                           facilities ∗/
  Pint       ∗num_elems_impl_list   /∗ (O) Total number of elements in
                                           the color model index list in
                                           Digital PHIGS ∗/
)

 

Data Structures

typedef struct {
    Pint      num_ints;   /∗ number of Pints in the list ∗/
    Pint     ∗ints;       /∗ list of integers ∗/
} Pint_list;

Constants

Defined Argument     Constant         Description
---------------------------------------------------------------------------
models               PMODEL_INDEXED   Indirect (indexed) color
                     PMODEL_RGB       Direct specification of red, green,
                                      and blue
                     PMODEL_CIELUV    Direct specification in the format
                                      of the Commission Internationale de
                                      l’Eclairage
                     PMODEL_HSV       Direct specification of hue,
                                      saturation, and value
                     PMODEL_HLS       Direct specification of hue,
                                      lightness, and saturation
---------------------------------------------------------------------------

Description

pinq_direct_colr_model_facs returns the number of available direct color models, and the list of direct color models. 

See Also

pinq_colr_model_facs

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026