|
Krita Source Code Documentation
|
#include <lut.h>
Inheritance diagram for Lut< _FunctionT_, _OutputT_, _InputT_ >:Public Member Functions | |
| Lut (_InputT_ _min, _InputT_ _max, _FunctionT_ function=_FunctionT_()) | |
| Lut (LutKey< _InputT_ > key, _FunctionT_ function=_FunctionT_()) | |
Public Member Functions inherited from BaseLut< _FunctionT_, _OutputT_, _InputT_, LutKey< _InputT_ > > | |
| BaseLut (LutKey< _InputT_ > key, _FunctionT_ function=_FunctionT_()) | |
| _OutputT_ | operator() (_InputT_ i) const |
| ~BaseLut () | |
This Lut is limited to a range of values.
|
inline |
Create the lut between _min and _max .
Definition at line 86 of file lut.h.
|
inline |