]> git.lizzy.rs Git - nothing.git/blobdiff - src/color.h
(#882) Make the Platform level loadable
[nothing.git] / src / color.h
index 4191584495934f46994b207786d317bd6faffefc..8feabed9795fe3a58b2365bd927ea093aefa191d 100644 (file)
@@ -17,4 +17,6 @@ Color color_desaturate(Color color);
 
 Color color_invert(Color c);
 
+Color color_scale(Color c, Color fc);
+
 #endif  // COLOR_H_