Summary:
Copy the color from one style library to another looking for duplicates.
Header File:
eant_Color.h
Library Name:
elib
Eant_StyleNumber eant_ColorCopyBetweenLibs (
Eant_StyleNumber colorNum,
Eant_StyleLibrary* sourceStyleLib,
Eant_StyleLibrary* destStyleLib,
Eerr_ErrorReport** lclerr,
)
colorNum The input color number. destStyleLib The style library of the destStyleNum.lclerr Error handling structure pointer.sourceStyleLib The style library to copy from.Description:
Copy the color from one style library to another looking for duplicates.
Notes:
None.
Return Description:
Upon success this function returns Eant_StyleNumber. If an error occurs this function calls eerr_CreateErrorReport.