GINO Graphics Suite - GINOGRAF v9.5  

ggEnqColourScale

Syntax

[C/C++:]
void ggEnqColourScale(int *ncol, GHLSSTY *cstart, GHLSSTY *cfinish, float *rmin, float *rmax, int *xory);
[F90:]
subroutine ggEnqColourScale(ncol, cstart, cfinish, rmin, rmax, xory)

integer, intent(out) :: ncol, xory
type (GHLSSTY), intent(out) :: cstart, cfinish
real, intent(out) :: rmin, rmax

Arguments

ncol
Number of divisions in colour scale

cstart
Starting colour setting

cfinish
Finish colour setting

rmin
Starting graph value

rmax
Finish graph value

xory
Flag determining which axis the colour scale is being applied

= GXAXIS X axis
= GYAXIS Y axis

Description

The routine ggEnqColourScale() returns the current colour scaling settings as set by the routine ggSetColourScale().

See Also

ggEnqColourScale Usage
ggSetColourScale