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

#include <KoCompositeOpGenericFunctorBase.h>

+ Inheritance diagram for KoClampedSourceFullAndDestinationBottomCompositeOpGenericFunctorBase< T >:

Static Public Member Functions

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

Detailed Description

template<typename T>
struct KoClampedSourceFullAndDestinationBottomCompositeOpGenericFunctorBase< T >

Definition at line 86 of file KoCompositeOpGenericFunctorBase.h.

Member Function Documentation

◆ clampDestinationChannelValue()

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

Definition at line 93 of file KoCompositeOpGenericFunctorBase.h.

93 {
94 using namespace Arithmetic;
96 }
float value(const T *src, size_t ch)
T clampChannelToSDRBottom(T a)

References value().

◆ clampSourceChannelValue()

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

Definition at line 88 of file KoCompositeOpGenericFunctorBase.h.

88 {
89 using namespace Arithmetic;
91 }
T clampChannelToSDR(T a)

References value().


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