Initial commit
This commit is contained in:
7
src/c/palette_manip.h
Normal file
7
src/c/palette_manip.h
Normal file
@@ -0,0 +1,7 @@
|
||||
// TAKEN FROM https://github.com/rebootsramblings/GBitmap-Colour-Palette-Manipulator
|
||||
|
||||
#include <pebble.h>
|
||||
|
||||
#ifdef PBL_COLOR
|
||||
void replace_gbitmap_color(GColor color_to_replace, GColor replace_with_color, GBitmap *im, BitmapLayer *bml);
|
||||
#endif
|
||||
Reference in New Issue
Block a user