Synopsis
PDX_MSGT lint_EntityDefineColor(long option, double red_val, double green_val, double blue_val, char *name, int *color)
Purpose
Defines ACIS Color Attribute with the given values and its name.
Description
Program defines ACIS color value by comparing its name. If name doesn't match with the standard colors then the it defines a color attribute and add a refence to the given iges_db_ptr.
Input
option
Options (not used)
red_val
red value as % of full intensity
green_val
green value as % of full intensity
blue_val
blue value as % of full intensity
name
Defined color name
Output
color
Color value
Return
PDX_NOERR
.fi