Krita Source Code Documentation
Loading...
Searching...
No Matches
KoAlphaMaskApplicatorFactory Class Reference

#include <KoAlphaMaskApplicatorFactory.h>

Static Public Member Functions

static KoAlphaMaskApplicatorBasecreate (KoID depthId, int numChannels, int alphaPos)
 

Detailed Description

Definition at line 15 of file KoAlphaMaskApplicatorFactory.h.

Member Function Documentation

◆ create()

KoAlphaMaskApplicatorBase * KoAlphaMaskApplicatorFactory::create ( KoID depthId,
int numChannels,
int alphaPos )
static

Definition at line 42 of file KoAlphaMaskApplicatorFactory.cpp.

43{
44 return channelTypeForColorDepthId<CreateApplicator>(depthId, numChannels, alphaPos);
45}

The documentation for this class was generated from the following files: