mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-16 05:10:32 +02:00
Reworked some method names
This commit is contained in:
@@ -100,13 +100,13 @@ public:
|
||||
* \brief The setLayerToActive method marks a specific layer as active
|
||||
* \param index - Index of the layer to be active
|
||||
*/
|
||||
void setLayerToActive(int index);
|
||||
void setLayerActive(int index);
|
||||
/*!
|
||||
* \brief The setAlphaOfLayer method sets the alpha value of a specific layer
|
||||
* \param index - Index of the layer where the change should be applied
|
||||
* \param alpha - New alpha value of the layer
|
||||
*/
|
||||
void setAlphaOfLayer(int index, int alpha);
|
||||
void setLayerAlpha(int index, int alpha);
|
||||
/*!
|
||||
* \brief The floodFill method fills a the active layer with a given color
|
||||
* \param r - Red value of the color the layer should be filled with
|
||||
|
||||
Reference in New Issue
Block a user