|
Krita Source Code Documentation
|
#include <lut.h>
Inheritance diagram for FullLut< _FunctionT_, _OutputT_, _InputT_ >:Public Member Functions | |
| FullLut (_FunctionT_ function=_FunctionT_()) | |
Public Member Functions inherited from BaseLut< _FunctionT_, _OutputT_, _InputT_, FullLutKey< _InputT_ > > | |
| BaseLut (FullLutKey< _InputT_ > key, _FunctionT_ function=_FunctionT_()) | |
| _OutputT_ | operator() (_InputT_ i) const |
| ~BaseLut () | |
This Lut has precomputed values for all elements.
|
inline |
Definition at line 102 of file lut.h.