|
HDK
|
#include "IMG_API.h"#include "IMG_File.h"#include <PXL/PXL_Fill.h>#include <UT/UT_Array.h>#include <UT/UT_Map.h>#include <UT/UT_NonCopyable.h>
Include dependency graph for IMG_FilePSD.h:Go to the source code of this file.
Classes | |
| struct | IMG_PSDHeader |
| struct | IMG_PSDLayerInfo |
| struct | IMG_PSDGlobalLayerMaskInfo |
| struct | IMG_PSDAdditionalLayerInfo |
| struct | IMG_PSDChannelInfo |
| struct | IMG_PSDLayerMaskData |
| struct | IMG_PSDLayerRecords |
| class | IMG_PSD |
Typedefs | |
| typedef uint64 | psd_bytes_t |
| typedef uint32 | psd_half_bytes_t |
Enumerations | |
| enum | PSD_ChannelType { RealUserSuppliedLayerMask = -3, UserSuppliedLayerMask = -2, TransparencyMask = -1, Red = 0, Green = 1, Blue = 2 } |
| enum | PSD_LayerGroupType { NonSectionDivider = 0, OpenFolder = 1, ClosedFolder = 2, BoundingSectionDivider = 3 } |
| typedef uint64 psd_bytes_t |
Definition at line 336 of file IMG_FilePSD.h.
| typedef uint32 psd_half_bytes_t |
Definition at line 337 of file IMG_FilePSD.h.
| enum PSD_ChannelType |
| Enumerator | |
|---|---|
| RealUserSuppliedLayerMask | |
| UserSuppliedLayerMask | |
| TransparencyMask | |
| Red | |
| Green | |
| Blue | |
Definition at line 434 of file IMG_FilePSD.h.
| enum PSD_LayerGroupType |
| Enumerator | |
|---|---|
| NonSectionDivider | |
| OpenFolder | |
| ClosedFolder | |
| BoundingSectionDivider | |
Definition at line 444 of file IMG_FilePSD.h.