[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface : Subroutine Reference

GPDLC - Delete Color Table

GPDLC (wsid, ctid)

Purpose

Use GPDLC to delete the specified color table from the specified workstation. If the color table is used to define any images, they are automatically cancelled.

Parameters

wsid -- specified by user, fullword integer

Workstation identifier

ctid -- specified by user, fullword integer

Color table identifier (>=1)

Error Codes

25
SPECIFIED WORKSTATION DOES NOT EXIST
282
COLOR TABLE IDENTIFIER < ONE
284
COLOR TABLE IDENTIFIER DOES NOT EXIST

Related Subroutines

GPCRC
Create Color Table

RCP code

201329426 (X'0C000B12')


[ Previous | Next | Contents | Glossary | Home | Search ]