Files
Civic-Segments/src/c/palette_manip.h
T
2026-05-16 15:34:49 -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