Krita Source Code Documentation
Loading...
Searching...
No Matches
KisFlowOpacityOption.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISFLOWOPACITYOPTION_H
7#define KISFLOWOPACITYOPTION_H
8
10#include "KisOpacityOption.h"
11
12class PAINTOP_EXPORT KisFlowOpacityOption2
13{
14public:
16
17 void apply(KisPainter* painter, const KisPaintInformation& info);
18 void apply(const KisPaintInformation &info, qreal *opacity, qreal *flow);
19
20private:
23 bool m_indirectPaintingActive {false};
24};
25
26#endif // KISFLOWOPACITYOPTION_H
KisOpacityOption m_opacityOption