|
Krita Source Code Documentation
|
#include <KoCompositeOpGeneric.h>
Inheritance diagram for detail::CompositeFunctionWrapper< Traits, compositeFunc >:Public Types | |
| using | channels_type = typename Traits::channels_type |
Static Public Member Functions | |
| static channels_type | composeChannel (channels_type src, channels_type dst) |
Static Public Member Functions inherited from KoCompositeOpGenericFunctorBase< Traits::channels_type > | |
| static Traits::channels_type | clampDestinationChannelValue (Traits::channels_type value) |
| static Traits::channels_type | clampSourceChannelValue (Traits::channels_type value) |
A special class to convert old-style composite function into a functor with clamping properties
Definition at line 21 of file KoCompositeOpGeneric.h.
| using detail::CompositeFunctionWrapper< Traits, compositeFunc >::channels_type = typename Traits::channels_type |
Definition at line 23 of file KoCompositeOpGeneric.h.
|
inlinestatic |
Definition at line 25 of file KoCompositeOpGeneric.h.