// TAKEN FROM https://github.com/rebootsramblings/GBitmap-Colour-Palette-Manipulator #include #ifdef PBL_COLOR void replace_gbitmap_color(GColor color_to_replace, GColor replace_with_color, GBitmap *im, BitmapLayer *bml); #endif