summaryrefslogtreecommitdiff
path: root/color.h
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-08-01 22:54:27 +0200
committerKevin Chabowski <kevin@kch42.de>2013-08-01 22:54:27 +0200
commit8e128e5afd495c46ab54eaff2c602e420eb59c0d (patch)
treeb4cb1e579f80f39db7169c0eb92e3a69181f0ee8 /color.h
parenta2fd89f963a7374b29f7831e67b443c3d42c6e3c (diff)
downloadnebula2-8e128e5afd495c46ab54eaff2c602e420eb59c0d.tar.gz
nebula2-8e128e5afd495c46ab54eaff2c602e420eb59c0d.tar.bz2
nebula2-8e128e5afd495c46ab54eaff2c602e420eb59c0d.zip
Nebulabrot algo and rendering implemented.
Diffstat (limited to 'color.h')
-rw-r--r--color.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/color.h b/color.h
index badc6e7..61a5a56 100644
--- a/color.h
+++ b/color.h
@@ -5,4 +5,8 @@ typedef struct {
int r, g, b;
} color_t;
+extern color_t color_fix(color_t col);
+extern color_t color_add(color_t a, color_t b);
+extern color_t color_mul(color_t col, double s);
+
#endif \ No newline at end of file