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

#include <psd.h>

Public Attributes

psd_gradient_color_stopcolor_stop
 
quint16 * name
 
qint32 name_length
 
qint8 number_color_stops
 
qint8 number_transparency_stops
 
qint32 smoothness
 
psd_gradient_transparency_stoptransparency_stop
 

Detailed Description

Definition at line 185 of file psd.h.

Member Data Documentation

◆ color_stop

psd_gradient_color_stop* psd_gradient_color::color_stop

Definition at line 190 of file psd.h.

◆ name

quint16* psd_gradient_color::name

Definition at line 188 of file psd.h.

◆ name_length

qint32 psd_gradient_color::name_length

Definition at line 187 of file psd.h.

◆ number_color_stops

qint8 psd_gradient_color::number_color_stops

Definition at line 189 of file psd.h.

◆ number_transparency_stops

qint8 psd_gradient_color::number_transparency_stops

Definition at line 191 of file psd.h.

◆ smoothness

qint32 psd_gradient_color::smoothness

Definition at line 186 of file psd.h.

◆ transparency_stop

psd_gradient_transparency_stop* psd_gradient_color::transparency_stop

Definition at line 192 of file psd.h.


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