Krita Source Code Documentation
Loading...
Searching...
No Matches
ExrLayerInfoBase Struct Reference
+ Inheritance diagram for ExrLayerInfoBase:

Public Member Functions

 ExrLayerInfoBase ()
 

Public Attributes

const KoColorSpacecolorSpace
 
QString name
 
const ExrGroupLayerInfoparent
 

Detailed Description

Definition at line 68 of file exr_converter.cc.

Constructor & Destructor Documentation

◆ ExrLayerInfoBase()

ExrLayerInfoBase::ExrLayerInfoBase ( )
inline

Definition at line 69 of file exr_converter.cc.

69 : colorSpace(0), parent(0) {
70 }
const KoColorSpace * colorSpace
const ExrGroupLayerInfo * parent

Member Data Documentation

◆ colorSpace

const KoColorSpace* ExrLayerInfoBase::colorSpace

Definition at line 71 of file exr_converter.cc.

◆ name

QString ExrLayerInfoBase::name

Definition at line 72 of file exr_converter.cc.

◆ parent

const ExrGroupLayerInfo* ExrLayerInfoBase::parent

Definition at line 73 of file exr_converter.cc.


The documentation for this struct was generated from the following file: