Afegides funcions per oscurir o aclarir colors
This commit is contained in:
@@ -296,6 +296,12 @@ hiScoreEntry_t sortHiScoreTable(hiScoreEntry_t entry1, hiScoreEntry_t entry2);
|
||||
// Dibuja un circulo
|
||||
void DrawCircle(SDL_Renderer *renderer, int32_t centerX, int32_t centerY, int32_t radius);
|
||||
|
||||
// Aclara el color
|
||||
color_t lightenColor(color_t color, int amount);
|
||||
|
||||
// Oscurece el color
|
||||
color_t DarkenColor(color_t color, int amount);
|
||||
|
||||
// Colores
|
||||
extern const color_t bgColor;
|
||||
extern const color_t noColor;
|
||||
|
||||
Reference in New Issue
Block a user