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

SET POLYMARKER COLOR INDEX (PHOP,*,STOP,*)

Purpose

Use Set Polymarker Color Index to insert a Set Polymarker Color Index structure element into the open structure following the element pointer or replace the element pointed at by the element pointer with a Set Polymarker Color Index structure element, depending on the current edit mode.

This structure element specifies an entry in the workstation's rendering color table that defines the color values that the graPHIGS API uses to render all polymarker primitives. At structure traversal time, the graPHIGS API uses this index to render the polymarker primitives when the polymarker color aspect source flag is set to INDIVIDUAL (Set Individual ASF).

The traversal default for polymarker color is a color index value of 1.

If the workstatation does not support the specified polymarker color or the specified index is outside the color table limit, then the polymarker color index defaults to a value of 1.

Language Bindings

C

pset_marker_colr_ind (marker_colr_ind)

Input Parameters

Pint marker_colr_ind
Polymarker color index (>=0).

FORTRAN

PSPMCI (coli)

Input Parameters

integer coli
Polymarker color index (>=0).

Errors

5
Function Requires State (PHOP,*,STOP,*)
113
Color Index Value < ZERO

Related Subroutines

  • Inquire Polymarker Facilities

  • Inquire Polymarker Representation

  • Set Individual ASF

  • Set Polyline Representation


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