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