![]() |
Adobe Photoshop SDK |
|
PixelMemoryDesc Struct ReferenceDescribes an area of memory as pixels.
More...
|
Data Fields | |
void * | data |
Coordinate of the first byte of the first pixel. | |
int32 | rowBits |
Number of bits per row. | |
int32 | colBits |
Number of bits per column. | |
int32 | bitOffset |
Bit offset from the data pointer value. | |
int32 | depth |
Pixel depth. |
void* PixelMemoryDesc::data |
Coordinate of the first byte of the first pixel.
int32 PixelMemoryDesc::rowBits |
Number of bits per row.
Should be multiple of depth, and is generally a multiple of 8, since this reflects bits rather than bytes.
int32 PixelMemoryDesc::colBits |
Number of bits per column.
Should be a multiple of depth. If depth=1
, then set colBits=1
.
Bit offset from the data pointer value.
int32 PixelMemoryDesc::depth |
Pixel depth.