eant_ColorCreate

Go Back

Summary:
  Allocate an Eant_Color structure.

Header File:
  eant_Color.h

Library Name:
  elib

Eant_Color*    eant_ColorCreate  (
    Eerr_ErrorReport**    lclerr,
  )
lclerr
    Error handling structure pointer.

Description:
  Allocate an Eant_Color structure and initialize all of the pointers to NULL.

Notes:
  None.

Return Description:
  If the allocation failed, eant_ColorCreate calls eerr_CreateErrorReport and returns a NULL pointer.