Summary:
Create the default color and add it to the input style library.
Header File:
eant_Color.h
Library Name:
elib
|
void eant_ColorCreateDefault (
|
Eant_StyleLibrary* styleLib,
|
Eevg_Color* defaultColor,
|
Eerr_ErrorReport** lclerr,
defaultColor
The default color.
lclerr
Error handling structure pointer.
styleLib
The style library to delete the styles from.
Description:
Create the default colors and add them to the input style library. The opacity of the defaultColor is ignored and the opacity of the color created is always 1.0 (completely opaque).
Notes:
None.
Return Description:
This function is of type void. If an error occurs this function calls eerr_CreateErrorReport.