PSDLayerMeta Class Reference
#include <LibPSD.h>
The PSDLayerMeta object contains informations about a layer.
The information varies based on the layer type. the meta data of a layer is anything else beside the rasterized image data of that layer.
Definition at line 220 of file LibPSD.h.
Definition at line 265 of file LibPSD.h.
265 {
return m_layerName; }
float getOpacity |
( |
| ) |
const |
|
inline |
Definition at line 269 of file LibPSD.h.
269 {
return m_opacity/255.0f; }
void setOpacity |
( |
float |
opacity | ) |
|
bool getTransparencyProtected |
( |
| ) |
const |
|
inline |
Definition at line 273 of file LibPSD.h.
273 {
return (
bool)(m_optionFlags & 0x01);}
void setTransparencyProtected |
( |
bool |
trsProtected | ) |
|
Definition at line 276 of file LibPSD.h.
276 {
return m_bLocked; }
void setLocked |
( |
bool |
locked = true | ) |
|
|
inline |
Definition at line 277 of file LibPSD.h.
277 { m_bLocked = locked; }
bool getVisibility |
( |
| ) |
const |
|
inline |
Definition at line 280 of file LibPSD.h.
280 {
return (
bool)!(m_optionFlags & 0x02);}
void setVisibility |
( |
bool |
visFlag | ) |
|
void setNbChannel |
( |
unsigned short |
nbChannel | ) |
|
|
inline |
unsigned short m_numChannels |
unsigned int m_blendModeSig |
unsigned int m_blendModeKey |
unsigned char m_baseClipping |
unsigned int m_extraDataField |
unsigned int m_layerMaskSize |
unsigned int m_blendRangeSize |
unsigned int m_grayBlendSource |
unsigned int m_grayBlendDest |
unsigned int m_numAdditionalLayers |
The documentation for this class was generated from the following file: