boonzeet submitted a new resource:
Simple Bitmap Color Palette Swapper - Simple external library to take a bitmap and swap one set of colors for another.
Read more about this resource...
Simple Bitmap Color Palette Swapper - Simple external library to take a bitmap and swap one set of colors for another.
Simple C++ Library to swap colours of an input RPG Maker Bitmap.
Takes two input CSV-formatted color palettes to swap, one for the other.
This allows you to create simple greyscale or other images which can then be dynamically colorized, for example to create a character or item customisation option.
To use:
Download Release/PaletteSwap.dll from the GitHub repository. Place this in the root folder of your project.
Next, place this script above Main:
Code:module...
Read more about this resource...