utils: Añadida la función randColor
This commit is contained in:
@@ -207,4 +207,7 @@ color_t darkenColor(color_t color, int amount);
|
||||
// Aclara un color
|
||||
color_t lightenColor(color_t color, int amount);
|
||||
|
||||
// Obtiene un color aleatorio
|
||||
color_t randColor();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user