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

#include <psd_additional_layer_info_block.h>

Public Attributes

quint16 extra_level_count {0}
 
psd_layer_level_recordextra_record {nullptr}
 
quint8 lookup_table [3][256]
 
psd_layer_level_record record [29]
 

Detailed Description

Definition at line 56 of file psd_additional_layer_info_block.h.

Member Data Documentation

◆ extra_level_count

quint16 psd_layer_levels::extra_level_count {0}

Definition at line 60 of file psd_additional_layer_info_block.h.

60{0}; // Count of total level record structures. Subtract the legacy number of level record structures, 29, to determine how many are

◆ extra_record

psd_layer_level_record* psd_layer_levels::extra_record {nullptr}

Definition at line 62 of file psd_additional_layer_info_block.h.

62{nullptr}; // Additional level records according to count

◆ lookup_table

quint8 psd_layer_levels::lookup_table[3][256]

Definition at line 63 of file psd_additional_layer_info_block.h.

◆ record

psd_layer_level_record psd_layer_levels::record[29]

Definition at line 57 of file psd_additional_layer_info_block.h.


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