diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-03 03:41:08 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-03 03:41:08 +0200 |
commit | 9f7a92bc44141aa0884782d38d240c3a126234a4 (patch) | |
tree | 594d866b44632a6c5b836a9bda2e9bfbd2fab3ab /color.h | |
parent | 620a534e46a78e2664f1a105c694330fc267453b (diff) | |
download | AsciiMap-9f7a92bc44141aa0884782d38d240c3a126234a4.tar.gz |
fixed tabs
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_ |