diff options
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,6 +28,6 @@ uint8_t rgb_avg(uint8_t R, uint8_t G, uint8_t B); //Get nearest printable color in console char *calc_col(uint8_t R, uint8_t G, uint8_t B); -void generate_ansi(); +char *calc_col_ansi(uint8_t R, uint8_t G, uint8_t B); #endif //_COLOR_H_ |