dmColorDestroy(3dm)                                        dmColorDestroy(3dm)


NAME
     dmColorDestroy - destroys the color converter.

SYNOPSIS
     #include <dmedia/dm_color.h>

     DMstatus dmColorDestroy (const DMcolorconverter converter);

PARAMETERS
     DMcolorconverter *converter
          The converter to be destroyed.

RETURNED VALUE
     DM_COLOR_ERROR_NONE               if operation is successful.
     DM_COLOR_ERROR_INVALID_CONVERTER  if the converter is invalid.

DESCRIPTION
     Destroys the converter and returns any allocated memory to the system.
     After the call returns, the converter is invalid and should not be used.

SEE ALSO
     dmColor(3dm) dmColorCreate(3dm) dmColorConvert(3dm)


                                                                        Page 1