Files
Maan-On-My-Wrist-XL/src/c/palette_manip.h
2026-03-10 16:53:11 -04:00

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