Krita Source Code Documentation
Loading...
Searching...
No Matches
ChannelInfo Struct Reference

#include <psd_layer_record.h>

Public Member Functions

 ChannelInfo ()
 

Public Attributes

quint64 channelDataLength
 
quint64 channelDataStart
 
qint16 channelId
 
int channelInfoPosition
 
int channelOffset
 
psd_compression_type compressionType
 
QVector< quint32 > rleRowLengths
 

Detailed Description

Definition at line 48 of file psd_layer_record.h.

Constructor & Destructor Documentation

◆ ChannelInfo()

ChannelInfo::ChannelInfo ( )
inline

Definition at line 49 of file psd_layer_record.h.

50 : channelId(0)
54 , channelOffset(0)
56 {
57 }
@ Unknown
Definition psd.h:44
psd_compression_type compressionType
quint64 channelDataLength
quint64 channelDataStart

Member Data Documentation

◆ channelDataLength

quint64 ChannelInfo::channelDataLength

Definition at line 62 of file psd_layer_record.h.

◆ channelDataStart

quint64 ChannelInfo::channelDataStart

Definition at line 61 of file psd_layer_record.h.

◆ channelId

qint16 ChannelInfo::channelId

Definition at line 59 of file psd_layer_record.h.

◆ channelInfoPosition

int ChannelInfo::channelInfoPosition

Definition at line 65 of file psd_layer_record.h.

◆ channelOffset

int ChannelInfo::channelOffset

Definition at line 64 of file psd_layer_record.h.

◆ compressionType

psd_compression_type ChannelInfo::compressionType

Definition at line 60 of file psd_layer_record.h.

◆ rleRowLengths

QVector<quint32> ChannelInfo::rleRowLengths

Definition at line 63 of file psd_layer_record.h.


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