I have a question. Is there a way to 'Color' a grayscale image a certain color With RGSS/2? I'm not talking Hue/Sat I'm talking Color... As in the tool... Where no matter the original color it is changed to the color. I really would rather not have to have files named: fighter_redh_barmor_bscrapetat.png I'd rather just do something like this:
Can it be done?
Code:
@scolor = SColor.new
player.base = fighter
player.hair_color = @scolor(255, 146, 5, hdefault.png)
player.armor_color = @scolor(220, 123, 243, adefault.png
ECT...
Can it be done?