UF_CGM_color_s (view source)
 
Defined in: uf_cgm_types.h
 
Also known as:
 


Data Members

clr_index
int
Color index in the range
[ 0 to UF_OBJ_MAX_COLOR ]

clr_name [ UF_CGM_MAX_NAME_SIZE+1 ]
char
Color name, specified as a
NULL-terminated ASCII string

clr_vals [ 3 ]
double
An RGB definition of the
color, consisting of red,
green, and blue values in
the range [ 0.0 to 1.0 ].

favorite_index
int
If the color is a favorite
color, an favorite index in
the range [ 1 to 30 ].
Otherwise, UF_CGM_NO_FAVORITE.