DvSetShadeIndex(3D) — Kubota Pacfic Computer Inc. (Doré)
NAME
DvSetShadeIndex − Set the shade index of a view
SYNOPSIS
C:
void DvSetShadeIndex (view, index)
DtObject view;
DtInt index;
FORTRAN:
CALL DVSSI(VIEW, INDEX)
INTEGER∗4 VIEW
INTEGER∗4 INDEX
DESCRIPTION
DvSetShadeIndex sets the shade index for the view specified by the parameter view. The shade index parameter index specifies the shade range index to use when displaying on a device with a visual type of DcPseudoColor <DCPSUC> and a shade mode of DcRange <DCRNG>.
ERRORS
DvSetShadeIndex fails if the view handle is invalid.
[WARNING - invalid view handle]
DEFAULTS
The default value of index is 1.
SEE ALSO
DdInqShadeMode(3D), DdInqVisualType(3D), DoShadeIndex(3D), DvInqShadeIndex(3D)
September 02, 1992