GINO Graphics Suite - GINO v9.0  

gEnqLineColour

Syntax

[C/C++:]
void gEnqLineColour(int *col);
[F90:]
subroutine gEnqLineColour(col)
integer, intent(out) :: col

Arguments

col
Current colour index

Description

The routine gEnqLineColour() returns the currently requested colour index set by gSetLineColour(). If col falls outside the range of colours of the device, the pen colour will be different from the requested colour index. The pen colour is determined by calling gEnqSelectedPen().

See Also

gEnqLineColour Usage
gSetLineColour
gEnqSelectedPen