|
IntelliPhoto
0.5
|
The LayerObject struct holds all the information needed to construct a layer. More...
#include <PaintingArea.h>
Public Attributes | |
| IntelliImage * | image |
| int | width |
| int | height |
| int | widthOffset |
| int | heightOffset |
| int | alpha = 255 |
The LayerObject struct holds all the information needed to construct a layer.
| width | - Stores the width of a layer in pixels |
| height | - Stores the height of a layer in pixels |
| alpha | - Stores the alpha value of the layer (default=255) |
| widthOffset | - Stores the number of pixles from the left side of the painting area |
| heightOffset | - Stores the number of pixles from the top of the painting area |
Definition at line 25 of file PaintingArea.h.
| int LayerObject::alpha = 255 |
Definition at line 31 of file PaintingArea.h.
| int LayerObject::height |
Definition at line 28 of file PaintingArea.h.
| int LayerObject::heightOffset |
Definition at line 30 of file PaintingArea.h.
| IntelliImage* LayerObject::image |
Definition at line 26 of file PaintingArea.h.
| int LayerObject::width |
Definition at line 27 of file PaintingArea.h.
| int LayerObject::widthOffset |
Definition at line 29 of file PaintingArea.h.