dmColorCreate(3dm) dmColorCreate(3dm)
dmColorCreate - creates and initializes the color converter.
#include <dmedia/dm_color.h>
DMstatus dmColorCreate (DMcolorconverter *converter);
DMcolorconverter *converter
A pointer to the converter to be created.
DM_COLOR_ERROR_NONE if operation is successful.
DM_COLOR_ERROR_OUT_OF_MEMORY if insufficient memory is available.
Creates and initializes the color converter. This must always be the
first call on a converter before any other dmColor call is invoked.
Defaults are automatically set (see dmColor).
dmColor(3dm) dmColorDestroy(3dm) dmColorConvert(3dm)
PPPPaaaaggggeeee 1111 [ Back ]
|