Krita Source Code Documentation
Loading...
Searching...
No Matches
KoAlphaMaskApplicatorFactory.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KOALPHAMASKAPPLICATORFACTORY_H
8#define KOALPHAMASKAPPLICATORFACTORY_H
9
10#include "kritapigment_export.h"
11
12#include <KoID.h>
14
15class KRITAPIGMENT_EXPORT KoAlphaMaskApplicatorFactory
16{
17public:
18 static KoAlphaMaskApplicatorBase* create(KoID depthId, int numChannels, int alphaPos);
19};
20
21#endif // KOALPHAMASKAPPLICATORFACTORY_H
Definition KoID.h:30