|
Krita Source Code Documentation
|
Functions | |
| checkDocument (fileName, curves) | |
| checkResult (name, value, ref) | |
| createDocument (fileName, filterName, curves) | |
| modifyDocument (fileName, curves) | |
Variables | |
| dict | curvesCCC |
| dict | curvesCCM |
| dict | curvesPCC |
| dict | curvesPCM |
| bool | returned = True |
| tmpFileNameCC = os.path.join(tmpDirname, 'testing_filter_cc.kra') | |
| tmpFileNamePC = os.path.join(tmpDirname, 'testing_filter_pc.kra') | |
| perchannel_crosschannel_filter_test.checkDocument | ( | fileName, | |
| curves ) |
Definition at line 68 of file perchannel_crosschannel_filter_test.py.
References checkResult(), and Krita.instance().
| perchannel_crosschannel_filter_test.checkResult | ( | name, | |
| value, | |||
| ref ) |
Definition at line 17 of file perchannel_crosschannel_filter_test.py.
| perchannel_crosschannel_filter_test.createDocument | ( | fileName, | |
| filterName, | |||
| curves ) |
Definition at line 29 of file perchannel_crosschannel_filter_test.py.
References createDocument(), and Krita.instance().
| perchannel_crosschannel_filter_test.modifyDocument | ( | fileName, | |
| curves ) |
Definition at line 48 of file perchannel_crosschannel_filter_test.py.
References Krita.instance().
| dict perchannel_crosschannel_filter_test.curvesCCC |
Definition at line 114 of file perchannel_crosschannel_filter_test.py.
| dict perchannel_crosschannel_filter_test.curvesCCM |
Definition at line 132 of file perchannel_crosschannel_filter_test.py.
| dict perchannel_crosschannel_filter_test.curvesPCC |
Definition at line 93 of file perchannel_crosschannel_filter_test.py.
| dict perchannel_crosschannel_filter_test.curvesPCM |
Definition at line 103 of file perchannel_crosschannel_filter_test.py.
| bool perchannel_crosschannel_filter_test.returned = True |
Definition at line 153 of file perchannel_crosschannel_filter_test.py.
| perchannel_crosschannel_filter_test.tmpFileNameCC = os.path.join(tmpDirname, 'testing_filter_cc.kra') |
Definition at line 163 of file perchannel_crosschannel_filter_test.py.
| perchannel_crosschannel_filter_test.tmpFileNamePC = os.path.join(tmpDirname, 'testing_filter_pc.kra') |
Definition at line 156 of file perchannel_crosschannel_filter_test.py.