|
Krita Source Code Documentation
|
#include <KoCompositeOpFunctions.h>
Inheritance diagram for CFHardMix< T, ClampPolicy >:Static Public Member Functions | |
| static T | composeChannel (T src, T dst) |
Static Public Member Functions inherited from KoClampedSourceCompositeOpGenericFunctorBase< T > | |
| static T | clampDestinationChannelValue (T value) |
| static T | clampSourceChannelValue (T value) |
Definition at line 667 of file KoCompositeOpFunctions.h.
|
inlinestatic |
We do not clamp dst here, because it is supposed to be modified by cfColorDodge if it is too bright. The result will be clamped in the subordinate function.
Definition at line 668 of file KoCompositeOpFunctions.h.
References CFColorBurn< T >::composeChannel(), and CFColorDodge< T, ClampPolicy >::composeChannel().