PSD_FILE_HEADER Struct Reference


Detailed Description

Definition at line 152 of file LibPSD.h.

#include <LibPSD.h>

List of all members.

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.

: signature('8BPS'), version(1), channels(4), height(0), width(0), depthValue(8), colorMode(3) {}

Member Data Documentation

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: