|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gSetSegMarkColour
Syntax
[C/C++:]
void gSetSegMarkColour(int col);
[F90:]
subroutine gSetSegMarkColour(col)
integer, intent(in) :: col
Arguments
col
Colour index for marked segments
Description
The routine gSetSegMarkColour() sets the colour index which is used by the software emulation of gMarkSeg().
By default gMarkSeg() uses the highest colour index available on the current device.
See Also
gSetSegMarkColour UsagegMarkSeg