7 lines
241 B
C
7 lines
241 B
C
// 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 |