Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE COLOUR MAPPING METHOD FACILITIES

PQCMMF


CALL SEQUENCE

CALL PQCMMF (WTYPE, CMM, MLDR, ERRIND, LDR, DATREC)

INPUT PARAMETERS

INTEGER WTYPE
workstation type
INTEGER CMM
Colour mapping method
INTEGER MLDR
Dimension of data record array

OUTPUT PARAMETERS

INTEGER ERRIND
Error indicator
INTEGER LDR
Length of data record array
CHARACTER*80 DATREC(MLDR)
Data record

PHIGS STATE

(PHOP,*,*,*)

EFFECT

Returns the colour mapping method facilities offered by workstations of type WTYPE. 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:

DATREC parameters for CMM = 1(PTRUE) :

The IA array contains :

- The number of true colour available

The other array are empty.

IL = 1

IA(1) = number of true colour available

RL = 0

RA = ()

SL = 0

LSTR = ()

STR = ()

DATREC parameters for CMM = 2(PSUD) :

The IA array contains :

- The maximum number of pseudo colour entries

The other array are empty

IL = 1

IA(1) = maximum number of pseudo colour entries

RL = 0

RA = ()

SL = 0

LSTR = ()

STR = ()

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)
52
Ignoring function, workstation type not recognized by the implementation
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
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
126
Ignoring function, the specified colour mapping method is not available on the specified

SEE ALSO

set colour mapping representation, inquire colour mapping representation, inquire colour mapping facilities.


Previous Next Up Title Contents Index Functions Index Top Library