Krita Source Code Documentation
Loading...
Searching...
No Matches
KoClampedSourceAndDestinationBottomCompositeOpGenericFunctorBase< T > Struct Template Reference

#include <KoCompositeOpGenericFunctorBase.h>

+ Inheritance diagram for KoClampedSourceAndDestinationBottomCompositeOpGenericFunctorBase< T >:

Static Public Member Functions

static T clampDestinationChannelValue (T value)
 
static T clampSourceChannelValue (T value)
 

Detailed Description

template<typename T>
struct KoClampedSourceAndDestinationBottomCompositeOpGenericFunctorBase< T >

Definition at line 55 of file KoCompositeOpGenericFunctorBase.h.

Member Function Documentation

◆ clampDestinationChannelValue()

template<typename T >
static T KoClampedSourceAndDestinationBottomCompositeOpGenericFunctorBase< T >::clampDestinationChannelValue ( T value)
inlinestatic

Definition at line 62 of file KoCompositeOpGenericFunctorBase.h.

62 {
63 using namespace Arithmetic;
65 }
float value(const T *src, size_t ch)
T clampChannelToSDRBottom(T a)

References value().

◆ clampSourceChannelValue()

template<typename T >
static T KoClampedSourceAndDestinationBottomCompositeOpGenericFunctorBase< T >::clampSourceChannelValue ( T value)
inlinestatic

Definition at line 57 of file KoCompositeOpGenericFunctorBase.h.

57 {
58 using namespace Arithmetic;
60 }

References value().


The documentation for this struct was generated from the following file: