AdditionalLayerInfo Struct Reference

AdditionalLayerInfo Struct Reference

#include <LibPSD.h>

Class Description

Definition at line 119 of file LibPSD.h.

Public Member Functions

 AdditionalLayerInfo ()
 

Public Attributes

unsigned int signature
 
unsigned int key
 
unsigned int dataLength
 
unsigned char * variableData
 

Constructor & Destructor Documentation

AdditionalLayerInfo ( )
inline

Definition at line 125 of file LibPSD.h.

125 : signature(0), key(0), dataLength(0), variableData(0) {}
unsigned char * variableData
Definition: LibPSD.h:124

Member Data Documentation

unsigned int signature

Definition at line 121 of file LibPSD.h.

unsigned int key

Definition at line 122 of file LibPSD.h.

unsigned int dataLength

Definition at line 123 of file LibPSD.h.

unsigned char* variableData

Definition at line 124 of file LibPSD.h.


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