|
ACF $AcfVersion:0$
|
Basic interface for color transformations between color models. More...
#include <IColorTransformation.h>
Additional Inherited Members | |
Public Types inherited from imath::TIMathFunction< icmm::CVarColor, icmm::CVarColor > | |
| typedef icmm::CVarColor | ArgumentType |
| typedef icmm::CVarColor | ResultType |
Public Member Functions inherited from imath::TIMathFunction< icmm::CVarColor, icmm::CVarColor > | |
| virtual bool | GetValueAt (const icmm::CVarColor &argument, icmm::CVarColor &result) const=0 |
| Get function value for specified argument value. | |
| virtual icmm::CVarColor | GetValueAt (const icmm::CVarColor &argument) const=0 |
| Get function value for specified argument value. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Basic interface for color transformations between color models.
IColorTransformation defines a mathematical function that converts colors from one color model to another. It extends TIMathFunction to provide color-specific transformation capabilities, taking a CVarColor as input and producing a CVarColor as output.
Common color transformations include:
Definition at line 174 of file IColorTransformation.h.