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

#include <KoCompositeOpFunctions.h>

+ Inheritance diagram for CFPenumbraA< T >:

Static Public Member Functions

static T composeChannel (T src, T dst)
 
- Static Public Member Functions inherited from CFPenumbraB< T >
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<typename T>
struct CFPenumbraA< T >

Definition at line 1024 of file KoCompositeOpFunctions.h.

Member Function Documentation

◆ composeChannel()

template<typename T >
static T CFPenumbraA< T >::composeChannel ( T src,
T dst )
inlinestatic

Definition at line 1025 of file KoCompositeOpFunctions.h.

1025 {
1026 return CFPenumbraB<T>::composeChannel(dst, src);
1027 }
static T composeChannel(T src, T dst)

References CFPenumbraB< T >::composeChannel().


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