Krita Source Code Documentation
Loading...
Searching...
No Matches
PsdPixelUtils::ChannelWritingInfo Struct Reference

#include <psd_pixel_utils.h>

Public Member Functions

 ChannelWritingInfo ()
 
 ChannelWritingInfo (qint16 _channelId, int _sizeFieldOffset)
 
 ChannelWritingInfo (qint16 _channelId, int _sizeFieldOffset, int _rleBlockOffset)
 

Public Attributes

qint16 channelId
 
int rleBlockOffset
 
int sizeFieldOffset
 

Detailed Description

Definition at line 25 of file psd_pixel_utils.h.

Constructor & Destructor Documentation

◆ ChannelWritingInfo() [1/3]

PsdPixelUtils::ChannelWritingInfo::ChannelWritingInfo ( )
inline

◆ ChannelWritingInfo() [2/3]

PsdPixelUtils::ChannelWritingInfo::ChannelWritingInfo ( qint16 _channelId,
int _sizeFieldOffset )
inline

Definition at line 32 of file psd_pixel_utils.h.

33 : channelId(_channelId)
34 , sizeFieldOffset(_sizeFieldOffset)
35 , rleBlockOffset(-1)
36 {
37 }

◆ ChannelWritingInfo() [3/3]

PsdPixelUtils::ChannelWritingInfo::ChannelWritingInfo ( qint16 _channelId,
int _sizeFieldOffset,
int _rleBlockOffset )
inline

Definition at line 38 of file psd_pixel_utils.h.

39 : channelId(_channelId)
40 , sizeFieldOffset(_sizeFieldOffset)
41 , rleBlockOffset(_rleBlockOffset)
42 {
43 }

Member Data Documentation

◆ channelId

qint16 PsdPixelUtils::ChannelWritingInfo::channelId

Definition at line 45 of file psd_pixel_utils.h.

◆ rleBlockOffset

int PsdPixelUtils::ChannelWritingInfo::rleBlockOffset

Definition at line 47 of file psd_pixel_utils.h.

◆ sizeFieldOffset

int PsdPixelUtils::ChannelWritingInfo::sizeFieldOffset

Definition at line 46 of file psd_pixel_utils.h.


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