PSD_FILE_HEADER Struct Reference

PSD_FILE_HEADER Struct Reference

#include <LibPSD.h>

Class Description

Definition at line 152 of file LibPSD.h.

Public Member Functions

 PSD_FILE_HEADER ()
 

Public Attributes

int signature
 
unsigned short version
 
char fileRes [6]
 
unsigned short channels
 
unsigned int height
 
unsigned int width
 
unsigned short depthValue
 
unsigned short colorMode
 

Constructor & Destructor Documentation

PSD_FILE_HEADER ( )
inline

Definition at line 161 of file LibPSD.h.

161 : signature('8BPS'), version(1), channels(4), height(0), width(0), depthValue(8), colorMode(3) {}
unsigned short channels
Definition: LibPSD.h:156
unsigned short colorMode
Definition: LibPSD.h:160
unsigned short version
Definition: LibPSD.h:154
unsigned short depthValue
Definition: LibPSD.h:159

Member Data Documentation

int signature

Definition at line 153 of file LibPSD.h.

unsigned short version

Definition at line 154 of file LibPSD.h.

char fileRes[6]

Definition at line 155 of file LibPSD.h.

unsigned short channels

Definition at line 156 of file LibPSD.h.

unsigned int height

Definition at line 157 of file LibPSD.h.

unsigned int width

Definition at line 158 of file LibPSD.h.

unsigned short depthValue

Definition at line 159 of file LibPSD.h.

unsigned short colorMode

Definition at line 160 of file LibPSD.h.


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