|
ACF $AcfVersion:0$
|
Implementation of HSV-to-RGB color transformation. More...
#include <CHsvToRgbTransformation.h>
Public Member Functions | |
| virtual bool | GetValueAt (const ArgumentType &argument, ResultType &result) const override |
| Get function value for specified argument value. | |
| virtual ResultType | GetValueAt (const ArgumentType &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 HSV-to-RGB color transformation.
Definition at line 16 of file CHsvToRgbTransformation.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 >.