eant_ColorCopy

Go Back

Summary:
  Copy one Eant_Color to another.

Header File:
  eant_Color.h

Library Name:
  elib

Eant_Color*    eant_ColorCopy  (
    Eant_Color*    inColor,
    Eant_Color*    outColor,
    Eerr_ErrorReport**    lclerr,
  )
inColor
    The data to be copied.
lclerr
    Error handling structure pointer.
outColor
    The structure to be copied to.

Description:
  Copy the data from one Eant_Color to another. If outColor is NULL, the structure is allocated. The address of the output Eant_Color is returned.

Notes:
  None.

Return Description:
  Upon success this function returns a pointer to Eant_Color structure.