Synopsis
PDX_MSGT iges_GetEntityColor(long option, MDA_PTR iges_db_ptr, double *red_val, double *green_val, double *blue_val, char **name)
Purpose
Given an IGES Entity, Gets the color definition
Description
Given an IGES entity, program gets Red, Green and Blue color values and its defined name.
Input
option
Option
iges_db_ptr
IGES Geometric Entity pointer
Output
red_val
Red color Value as of % of full intensity;
green_val
Green color Value as of % of full intensity;
blue_val
Blue color Value as of % of full intensity;
name
Defined name;
Return
IGES_NOERR
IGES_MALLOC_ERR
.fi