Hi i need a script that changes saturation, hue and lightness of bitmap. The arguments for method are either bitmap or name of file that contains bitmap (preferable name of filename) and array of three values [H,S,L] that describe by how much we want to change colors. Also there is one requirement it's need to use an external library (like gdi+) because i need to work without lags (or as little as possible). The methods will return either bitmap or nothing.
I need this script for actor customization. Why i need an external library? It's simple i wrote script that merge few sprites into one (visual equipment script) and it lags in some moments (when we changing clothes on map), so for more complicated operations on bitmap it will show more lags which isn't acceptable. Also i tried to create it myself but since i couldn't find any tutorial how to use win32api and changing functions from other scripts didn't work i give up on making it (Tried to use gdi+ and methods: Bitmap.ApplyEffect and HueSaturationLightness).
For the end i have also one question is there any battle system that reminds that from baldur's gate and other similar rpgs besides artbs??
ps. Sorry for my bad English and any of mistakes in text as English isn't my first language