summaryrefslogtreecommitdiffstats
path: root/src/color.h
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-04-25 18:47:14 -0300
committerAndrés <andmarti@gmail.com>2021-04-25 18:47:14 -0300
commit9fcf5ab1579b5a1791fe78fe0fc7798d8d59f718 (patch)
treee424de5a0c95569ac8657e8230523cbd1b600298 /src/color.h
parentbc8b18eb2ed01685cfe6f6a676aa886d8b86f55e (diff)
fix indentation
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.h b/src/color.h
index ee30873..18a26fe 100644
--- a/src/color.h
+++ b/src/color.h
@@ -45,7 +45,7 @@
#include "macros.h"
#include <math.h>
-#define RGB(r, g, b) floor(r*999/255), floor(g*999/255), floor(b*999/255)
+#define RGB(r, g, b) r*999/255, g*999/255, b*999/255
#define N_INIT_PAIRS 24