NAME

d_intcol - change the default intensity or color in MEGAPIC graphics

SYNOPSIS

#include mpict_p.h

d_intcol (ival)
int ival;

DESCRIPTION

The MEGAPIC software provides a default value of 9 for the intensity/color parameter. The default value is used in top pictures that do not explicitly specify intensity/color and is inherited by all subpictures of that top picture that do not have explicit intensity/color information.

d_intcol is a macro for changing the default values of this parameter to ival. Values can range from 0 to 15. Top pictures built after defining a new default intensity/color will use this new value while old top pictures will continue to use the old value.

SEE ALSO

mkpar(3U) , mktop(3U) , chpar(3U).