dmColorDestroy(3dm) dmColorDestroy(3dm)
dmColorDestroy - destroys the color converter.
#include <dmedia/dm_color.h>
DMstatus dmColorDestroy (const DMcolorconverter converter);
DMcolorconverter *converter
The converter to be destroyed.
DM_COLOR_ERROR_NONE if operation is successful.
DM_COLOR_ERROR_INVALID_CONVERTER if the converter is invalid.
Destroys the converter and returns any allocated memory to the system.
After the call returns, the converter is invalid and should not be used.
dmColor(3dm) dmColorCreate(3dm) dmColorConvert(3dm)
PPPPaaaaggggeeee 1111 [ Back ]
|