mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 12:20:32 +02:00
Added basic documentation for LayerObject Struct
This commit is contained in:
@@ -13,6 +13,14 @@
|
|||||||
#include "Tool/IntelliTool.h"
|
#include "Tool/IntelliTool.h"
|
||||||
#include "IntelliHelper/IntelliColorPicker.h"
|
#include "IntelliHelper/IntelliColorPicker.h"
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \brief The LayerObject struct holds all the information needed to construct a layer
|
||||||
|
* \param width - Stores the width of a layer in pixels
|
||||||
|
* \param height - Stores the height of a layer in pixels
|
||||||
|
* \param alpha - Stores the alpha value of the layer (default=255)
|
||||||
|
* \param widthOffset - Stores the number of pixles from the left side of the painting area
|
||||||
|
* \param heightOffset - Stores the number of pixles from the top of the painting area
|
||||||
|
*/
|
||||||
struct LayerObject{
|
struct LayerObject{
|
||||||
IntelliImage* image;
|
IntelliImage* image;
|
||||||
int width;
|
int width;
|
||||||
|
|||||||
Reference in New Issue
Block a user