Changing palette colors via code. #3594
Unanswered
gerarreal
asked this question in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I want stages to have semi-dynamic lighting like 3D ArcSys games but since stage lights are difficult I want a more modular solution that affects 8bit sprites for more reasons than lighting.
Examples:
Describe the solution you'd like
A palette color changing sctrl, preferably called PalColor or PalIndex with all PalFX features. The sctrl should affect only how a sprite is shown on screen and use the palette index to point at a color.
Preferably, there should be an alpha value that blends between the original and the new color. Optimally the ability to override colors would be appreciated.
In addition, the ability to read the unmodified color of the palette on an index basis and return values like RGB colors and HSV would be great for adjusting colors on the fly.
All reactions