|
Krita Source Code Documentation
|
Inheritance diagram for ExrPaintLayerInfo:Classes | |
| struct | Remap |
Public Member Functions | |
| ExrPaintLayerInfo () | |
| void | updateImageType (ImageType channelType) |
Public Member Functions inherited from ExrLayerInfoBase | |
| ExrLayerInfoBase () | |
Public Attributes | |
| QMap< QString, QString > | channelMap |
| first is either R, G, B or A second is the EXR channel name | |
| ImageType | imageType |
| QList< Remap > | remappedChannels |
| this is used to store in the metadata the mapping between exr channel name, and channels used in Krita | |
Public Attributes inherited from ExrLayerInfoBase | |
| const KoColorSpace * | colorSpace |
| QString | name |
| const ExrGroupLayerInfo * | parent |
Definition at line 88 of file exr_converter.cc.
|
inline |
Definition at line 89 of file exr_converter.cc.
Definition at line 108 of file exr_converter.cc.
References imageType, IT_UNKNOWN, and IT_UNSUPPORTED.
| QMap< QString, QString> ExrPaintLayerInfo::channelMap |
first is either R, G, B or A second is the EXR channel name
Definition at line 95 of file exr_converter.cc.
| ImageType ExrPaintLayerInfo::imageType |
Definition at line 94 of file exr_converter.cc.
this is used to store in the metadata the mapping between exr channel name, and channels used in Krita
Definition at line 104 of file exr_converter.cc.