![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Simple implementation of gradient based on interpolation beetween the start und end colors. More...
#include <TColorGradient.h>
Public Types | |
typedef IColorTransformation::ResultType | GradientColor |
![]() | |
typedef icmm::CVarColor | ArgumentType |
typedef icmm::CVarColor | ResultType |
Public Member Functions | |
TColorGradient (const GradientColor &startColor, const GradientColor &endColor) | |
virtual bool | GetValueAt (const ArgumentType &argument, ResultType &result) const |
virtual ResultType | GetValueAt (const ArgumentType &argument) const |
![]() | |
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. | |
Simple implementation of gradient based on interpolation beetween the start und end colors.
Definition at line 32 of file TColorGradient.h.
IColorTransformation::ResultType icmm::TColorGradient< GradientFunction >::GradientColor |
Definition at line 35 of file TColorGradient.h.
icmm::TColorGradient< GradientFunction >::TColorGradient | ( | const GradientColor & | startColor, |
const GradientColor & | endColor ) |
Definition at line 50 of file TColorGradient.h.
|
virtual |
Definition at line 88 of file TColorGradient.h.
|
virtual |
Definition at line 60 of file TColorGradient.h.
References istd::TRange< ValueType >::GetClipped().
© Witold Gantzke and Kirill Lepskiy