AdditionalLayerInfo Struct Reference


Detailed Description

Definition at line 119 of file LibPSD.h.

#include <LibPSD.h>

List of all members.

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.

: signature(0), key(0), dataLength(0), variableData(0) {}

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: