mirror of
https://github.com/DarkStore-3DS/Universal-Core.git
synced 2026-07-03 00:39:23 +00:00
Add Sprite::drawOutline
This commit is contained in:
@@ -120,6 +120,16 @@ public:
|
||||
*/
|
||||
void fillColor(u16 color);
|
||||
|
||||
/**
|
||||
* @brief Draws a rectangle outline to the sprite
|
||||
* @param x The X position
|
||||
* @param y The Y position
|
||||
* @param w The Width
|
||||
* @param h The Height
|
||||
* @param color The color to use
|
||||
*/
|
||||
void drawOutline(int x, int y, int w, int h, u16 color);
|
||||
|
||||
/**
|
||||
* @brief Draws a solid color rectangle to the sprite
|
||||
* @param x The X position to draw at
|
||||
|
||||
Reference in New Issue
Block a user