Summary:
Add an Eant_Color to the local style library.
Header File:
eant_Color.h
Library Name:
elib
long eant_ColorAddToLocalLibrary (
Eant_AnnotationInfo* antInfo,
Eant_Style* style,
Eerr_ErrorReport** lclerr,
)
antInfo Specifies the input annotation information.lclerr Error handling structure pointer.style The color to add to the library. Description:
Add an Eant_Color to the local library. Return the position where the style was added.
Notes:
None.
Return Description:
Upon success this function returns long. If an error occurs this function calls eerr_CreateErrorReport.