HDK
|
#include <color.h>
Public Member Functions | |
ColorProcessor () | |
virtual | ~ColorProcessor (void) |
virtual bool | isNoOp () const |
virtual bool | hasChannelCrosstalk () const |
virtual void | apply (float *data, int width, int height, int channels, stride_t chanstride, stride_t xstride, stride_t ystride) const =0 |
void | apply (float *data) |
The ColorProcessor encapsulates a baked color transformation, suitable for application to raw pixels, or ImageBuf(s). These are generated using ColorConfig::createColorProcessor, and referenced in ImageBufAlgo (amongst other places)
|
inlinevirtual |
|
pure virtual |
|
inlinevirtual |