mirror of
https://git.wetfence.xyz/RandyTheSilly/Civic-Segments.git
synced 2026-08-27 20:26:28 -04:00
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 |