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

#include <KoCompositeOpFunctions.h>

+ Inheritance diagram for CFGammaIllumination< T >:

Static Public Member Functions

static T composeChannel (T src, T dst)
 
- Static Public Member Functions inherited from KoClampedSourceAndDestinationCompositeOpGenericFunctorBase< T >
static T clampDestinationChannelValue (T value)
 
static T clampSourceChannelValue (T value)
 

Detailed Description

template<class T>
struct CFGammaIllumination< T >

Definition at line 774 of file KoCompositeOpFunctions.h.

Member Function Documentation

◆ composeChannel()

template<class T >
static T CFGammaIllumination< T >::composeChannel ( T src,
T dst )
inlinestatic

Definition at line 775 of file KoCompositeOpFunctions.h.

775 {
776 using namespace Arithmetic;
777 return inv(CFGammaDark<T>::composeChannel(inv(src),inv(dst)));
778 }

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