Krita Source Code Documentation
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
#
2
# SPDX-License-Identifier: GPL-3.0-or-later
3
#
4
5
from
.channels2layers
import
ChannelsToLayers
6
7
# And add the extension to Krita's list of extensions:
8
app =
Krita.instance
()
9
# Instantiate your class:
10
extension =
ChannelsToLayers
(parent=app)
11
app.addExtension(extension)
Krita::instance
static Krita * instance()
instance retrieve the singleton instance of the Application object.
Definition
Krita.cpp:390
channels2layers.channels2layers.ChannelsToLayers
Definition
channels2layers.py:826
plugins
python
channels2layers
__init__.py
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52