Krita Source Code Documentation
Loading...
Searching...
No Matches
KoAlphaMaskApplicatorFactoryImpl.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#ifndef KOALPHAMASKAPPLICATORFACTORYIMPL_H
7#define KOALPHAMASKAPPLICATORFACTORYIMPL_H
8
11
12template<typename _channels_type_,
13 int _channels_nb_,
14 int _alpha_pos_>
15class KRITAPIGMENT_EXPORT KoAlphaMaskApplicatorFactoryImpl
16{
17public:
18 template<typename _impl>
20};
21
22
23#endif // KOALPHAMASKAPPLICATORFACTORYIMPL_H
static KoAlphaMaskApplicatorBase * create()