Krita Source Code Documentation
Loading...
Searching...
No Matches
PSDLayerMaskSection::GlobalLayerMaskInfo Struct Reference

#include <psd_layer_section.h>

Public Attributes

quint16 colorComponents [4] {0, 0, 0, 0}
 
quint8 kind {0}
 
quint16 opacity {0}
 
quint16 overlayColorSpace {0}
 

Detailed Description

Definition at line 41 of file psd_layer_section.h.

Member Data Documentation

◆ colorComponents

quint16 PSDLayerMaskSection::GlobalLayerMaskInfo::colorComponents[4] {0, 0, 0, 0}

Definition at line 43 of file psd_layer_section.h.

43{0, 0, 0, 0}; // 4 * 2 byte color components

◆ kind

quint8 PSDLayerMaskSection::GlobalLayerMaskInfo::kind {0}

Definition at line 45 of file psd_layer_section.h.

45{0}; // Kind. 0 = Color selected--i.e. inverted; 1 = Color protected;128 = use value stored per layer. This value is preferred. The others

◆ opacity

quint16 PSDLayerMaskSection::GlobalLayerMaskInfo::opacity {0}

Definition at line 44 of file psd_layer_section.h.

44{0}; // Opacity. 0 = transparent, 100 = opaque.

◆ overlayColorSpace

quint16 PSDLayerMaskSection::GlobalLayerMaskInfo::overlayColorSpace {0}

Definition at line 42 of file psd_layer_section.h.

42{0}; // Overlay color space (undocumented).

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