Skip to content
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

Add an InputMap-like ColorMap #15944

Closed
willnationsdev opened this issue Jan 21, 2018 · 2 comments
Closed

Add an InputMap-like ColorMap #15944

willnationsdev opened this issue Jan 21, 2018 · 2 comments

Comments

@willnationsdev
Copy link
Contributor

Godot version:
Godot 3.0 RC2

Issue description:
After reviewing some data on ways to improve accessibility in games for audiences with color blindness, I imagine it might make things easier for developers to allow them to easily swap color palettes in their games by creating a global map of colors where a given use case is assigned a label and a color. If you swapped which label was active, you could switch all colors in the color map to use that label's color, thereby making it easier for artists and developers to keep track of color palettes directly (and easily create color-blind compatible palettes for their games).

Steps to produce:
Replicate the InputMap functionality, but instead of actions and inputs, you would create use-cases and labels mapped to colors (the difference being only one label is active at a time whereas the InputMap has them all active at once).

@groud
Copy link
Member

groud commented Jan 22, 2018

Just creating a screen shader for that should be enough. You can have millions of colors in a game, a color map will always be less efficient than a screen shader.

@willnationsdev
Copy link
Contributor Author

Closing this since it's an unnecessary concept with better alternatives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants