eant_ColorCompare

Go Back

Summary:
  Compare one Eant_Color to another.

Header File:
  eant_Color.h

Library Name:
  elib

Emsc_Boolean    eant_ColorCompare  (
    Eant_Color*    color1,
    Eant_Color*    color2,
    Eerr_ErrorReport**    lclerr,
  )
color1
    The data to be compared.
color2
    The data to be compared to.
lclerr
    Error handling structure pointer.

Description:
  Compare the data in one Eant_Color with another. The address of the output Eant_Color is returned.

Notes:
  None.

Return Description:
  Upon success this function returns Emsc_Boolean. If an error occurs, eant_ColorCompare calls eerr_CreateErrorReport.