-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Q] Colorization of mono games hack #79
Comments
looks cool, very promising. |
Nice! looks like it is indeed doable :) Are you doing a straight interpolation between two colors? |
No, actually i am just boosting 2 color channels in this palette init function. When combined with the current "WS Colorization " option, you get even more variations than the 2 i've posted, although not all of them looks good with this game. As i've said, i think i can get better results if i manage to differentiate the palettes used for the sprites vs the BGs. |
I am trying to hack a colorization option for mono games, similar to what i've done with the VirtualBoy some years ago.
It looks more tricky than my previous attempt since this system seems to be using a dynamic grayscale palette.
Btw i'd like to hack an SGB-like color palette directly into the code, so it can be used on in the 3DS which has no shaders support.
While i am still studying the code, do you think this is doable?
(i am open to suggestions for a possible implementation)
The text was updated successfully, but these errors were encountered: