Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE DIRECT COLOUR MODEL FACILITIES

PINQ_DIRECT_COLR_MODEL_FACS


CALL SEQUENCE

void pinq_direct_colr_model_facs(
)

TYPES

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

PHIGS STATE

(PHOP,*,*,*)

EFFECT

Returns the direct colour model facilities offered by workstations of type ws_type.

If the inquired information is available, the error indicator is returned as 0 and values are returned in the output parameters.

If the inquired information is not available, the values returned in the output parameters are implementation dependent and the error indicator is set to one of the following error numbers to indicate the reason for non-availability:

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)
51
Ignoring function, this information is not yet available for this generic workstation type: open a workstation of this type and use the specific workstation type
52
Ignoring function, workstation type not recognized by the implementation
59
Ignoring function, the specified workstation does not have output capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)
62
Ignoring function, this information is not available for this MO workstation type

SEE ALSO

set colour model.


Previous Next Up Title Contents Index Functions Index Top Library