|
ACF $AcfVersion:0$
|
Implementation of XYZ-to-CIE-Lab color transformation. More...
#include <CXyzToCieLabTransformation.h>
Public Member Functions | |
| virtual bool | GetValueAt (const icmm::CVarColor &argument, icmm::CVarColor &result) const override |
| Get function value for specified argument value. | |
| virtual icmm::CVarColor | GetValueAt (const icmm::CVarColor &argument) const override |
| Get function value for specified argument value. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Additional Inherited Members | |
Public Types inherited from imath::TIMathFunction< icmm::CVarColor, icmm::CVarColor > | |
| typedef icmm::CVarColor | ArgumentType |
| typedef icmm::CVarColor | ResultType |
Implementation of XYZ-to-CIE-Lab color transformation.
2D Observer and D65-illumination are used.
Definition at line 17 of file CXyzToCieLabTransformation.h.
|
overridevirtual |
Get function value for specified argument value.
This overloaded menthod is provided only for convinence.
| argument | function argument. |
Implements imath::TIMathFunction< icmm::CVarColor, icmm::CVarColor >.
|
overridevirtual |
Get function value for specified argument value.
| argument | function argument. |
| result | function value for specified argument. |
Implements imath::TIMathFunction< icmm::CVarColor, icmm::CVarColor >.