|
Krita Source Code Documentation
|
Classes | |
| class | ChannelsToLayers |
Variables | |
| str | DBOX_INFO = 'i' |
| str | DBOX_WARNING = 'w' |
| int | DOPT_MIN_HEIGHT = 480 |
| int | DOPT_MIN_WIDTH = OUTPUT_PREVIEW_MAXSIZE * 5 + 200 |
| str | EXTENSION_ID = 'pykrita_channels2layers' |
| ORIGINAL_LAYER_KEEPHIDDEN = i18n('Hidden') | |
| ORIGINAL_LAYER_KEEPUNCHANGED = i18n('Unchanged') | |
| ORIGINAL_LAYER_KEEPVISIBLE = i18n('Visible') | |
| ORIGINAL_LAYER_REMOVE = i18n('Remove') | |
| OUTPUT_MODE_CMY = i18n('CMY Colors') | |
| OUTPUT_MODE_CMYK = i18n('CMYK Colors') | |
| OUTPUT_MODE_LCMY = i18n('CMY Grayscale levels') | |
| OUTPUT_MODE_LCMYK = i18n('CMYK Grayscale levels') | |
| OUTPUT_MODE_LRGB = i18n('RGB Grayscale levels') | |
| dict | OUTPUT_MODE_NFO |
| OUTPUT_MODE_RGB = i18n('RGB Colors') | |
| int | OUTPUT_PREVIEW_MAXSIZE = 320 |
| str | PLUGIN_DIALOG_TITLE = "{0} - {1}".format(i18n('Channels to layers'), PLUGIN_VERSION) |
| PLUGIN_MENU_ENTRY = i18n('Channels to layers') | |
| str | PLUGIN_VERSION = '1.1.0' |
| dict | TRANSLATIONS_DICT |
| str channels2layers.channels2layers.DBOX_INFO = 'i' |
Definition at line 88 of file channels2layers.py.
| str channels2layers.channels2layers.DBOX_WARNING = 'w' |
Definition at line 89 of file channels2layers.py.
| int channels2layers.channels2layers.DOPT_MIN_HEIGHT = 480 |
Definition at line 110 of file channels2layers.py.
| int channels2layers.channels2layers.DOPT_MIN_WIDTH = OUTPUT_PREVIEW_MAXSIZE * 5 + 200 |
Definition at line 109 of file channels2layers.py.
| str channels2layers.channels2layers.EXTENSION_ID = 'pykrita_channels2layers' |
Definition at line 83 of file channels2layers.py.
| channels2layers.channels2layers.ORIGINAL_LAYER_KEEPHIDDEN = i18n('Hidden') |
Definition at line 105 of file channels2layers.py.
| channels2layers.channels2layers.ORIGINAL_LAYER_KEEPUNCHANGED = i18n('Unchanged') |
Definition at line 103 of file channels2layers.py.
| channels2layers.channels2layers.ORIGINAL_LAYER_KEEPVISIBLE = i18n('Visible') |
Definition at line 104 of file channels2layers.py.
| channels2layers.channels2layers.ORIGINAL_LAYER_REMOVE = i18n('Remove') |
Definition at line 106 of file channels2layers.py.
| channels2layers.channels2layers.OUTPUT_MODE_CMY = i18n('CMY Colors') |
Definition at line 94 of file channels2layers.py.
| channels2layers.channels2layers.OUTPUT_MODE_CMYK = i18n('CMYK Colors') |
Definition at line 95 of file channels2layers.py.
| channels2layers.channels2layers.OUTPUT_MODE_LCMY = i18n('CMY Grayscale levels') |
Definition at line 97 of file channels2layers.py.
Definition at line 98 of file channels2layers.py.
Definition at line 96 of file channels2layers.py.
| dict channels2layers.channels2layers.OUTPUT_MODE_NFO |
Definition at line 114 of file channels2layers.py.
| channels2layers.channels2layers.OUTPUT_MODE_RGB = i18n('RGB Colors') |
Definition at line 93 of file channels2layers.py.
| int channels2layers.channels2layers.OUTPUT_PREVIEW_MAXSIZE = 320 |
Definition at line 100 of file channels2layers.py.
| str channels2layers.channels2layers.PLUGIN_DIALOG_TITLE = "{0} - {1}".format(i18n('Channels to layers'), PLUGIN_VERSION) |
Definition at line 85 of file channels2layers.py.
| channels2layers.channels2layers.PLUGIN_MENU_ENTRY = i18n('Channels to layers') |
Definition at line 84 of file channels2layers.py.
| str channels2layers.channels2layers.PLUGIN_VERSION = '1.1.0' |
Definition at line 81 of file channels2layers.py.
| dict channels2layers.channels2layers.TRANSLATIONS_DICT |
Definition at line 791 of file channels2layers.py.