mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Added SpriteBatch:getColor
This commit is contained in:
@@ -86,6 +86,12 @@ public:
|
||||
*/
|
||||
void setColor();
|
||||
|
||||
/**
|
||||
* Get the current color for this SpriteBatch. Returns NULL if no color is
|
||||
* set.
|
||||
**/
|
||||
const Color *getColor() const;
|
||||
|
||||
/**
|
||||
* Get the number of sprites currently in this SpriteBatch.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user