|
Krita Source Code Documentation
|
#include <KoCompositeOpFunctions.h>
Inheritance diagram for CFDivide< T >:Static Public Member Functions | |
| static T | composeChannel (T src, T dst) |
Static Public Member Functions inherited from KoClampedSourceAndDestinationBottomCompositeOpGenericFunctorBase< T > | |
| static T | clampDestinationChannelValue (T value) |
| static T | clampSourceChannelValue (T value) |
Definition at line 441 of file KoCompositeOpFunctions.h.
|
inlinestatic |
Since input values are clamped, we can never get a negative infinity as a result of an operation. Hence we can just clamp the result to SDR safely.
Definition at line 442 of file KoCompositeOpFunctions.h.