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

#include <KoCompositeOpFunctions.h>

+ Inheritance diagram for CFReeze< T >:

Static Public Member Functions

static T composeChannel (T src, T dst)
 
- Static Public Member Functions inherited from CFGleat< 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<class T>
struct CFReeze< T >

Definition at line 947 of file KoCompositeOpFunctions.h.

Member Function Documentation

◆ composeChannel()

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

Definition at line 949 of file KoCompositeOpFunctions.h.

949 {
950 return CFGleat<T>::composeChannel(dst,src);
951 }
static T composeChannel(T src, T dst)

References CFGleat< T >::composeChannel().


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