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

#include <psd.h>

Public Attributes

quint8 bottom = 0
 
qint32 channel_number = 0
 
psd_color_mode color_mode = Bitmap
 
QVector< QRgbcolor_table
 
quint8 height = 0
 
quint8 left = 0
 
qint32 max_channel = 0
 
QString name
 
quint8 right = 0
 
quint8 top = 0
 
QString uuid
 
qint32 version = 0
 
quint8 width = 0
 

Detailed Description

Definition at line 195 of file psd.h.

Member Data Documentation

◆ bottom

quint8 psd_pattern::bottom = 0

Definition at line 204 of file psd.h.

◆ channel_number

qint32 psd_pattern::channel_number = 0

Definition at line 207 of file psd.h.

◆ color_mode

psd_color_mode psd_pattern::color_mode = Bitmap

Definition at line 196 of file psd.h.

◆ color_table

QVector<QRgb> psd_pattern::color_table

Definition at line 208 of file psd.h.

◆ height

quint8 psd_pattern::height = 0

Definition at line 197 of file psd.h.

◆ left

quint8 psd_pattern::left = 0

Definition at line 203 of file psd.h.

◆ max_channel

qint32 psd_pattern::max_channel = 0

Definition at line 206 of file psd.h.

◆ name

QString psd_pattern::name

Definition at line 199 of file psd.h.

◆ right

quint8 psd_pattern::right = 0

Definition at line 205 of file psd.h.

◆ top

quint8 psd_pattern::top = 0

Definition at line 202 of file psd.h.

◆ uuid

QString psd_pattern::uuid

Definition at line 200 of file psd.h.

◆ version

qint32 psd_pattern::version = 0

Definition at line 201 of file psd.h.

◆ width

quint8 psd_pattern::width = 0

Definition at line 198 of file psd.h.


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