-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
A-AccessibilityA problem that prevents users with disabilities from using BevyA problem that prevents users with disabilities from using BevyA-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-FeatureA new feature, making something new possibleA new feature, making something new possibleD-ShadersThis code uses GPU shader languagesThis code uses GPU shader languagesD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Description
What problem does this solve or what need does it fill?
Some user with colour blindness (specifically red-green) may find it difficult to differentiate between the different states of the frame time graph.
What solution would you like?
Either allow uses to specify the colours that the frame time graph uses, or add an enum with common colourblindness types and adjust colours based on variant.
If we go with the second option we should consider making it generic for all widgets and so on.
What alternative(s) have you considered?
Not too big a deal as the height of the graph can still be used, but I still feel we should do this anyways.
Metadata
Metadata
Assignees
Labels
A-AccessibilityA problem that prevents users with disabilities from using BevyA problem that prevents users with disabilities from using BevyA-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-FeatureA new feature, making something new possibleA new feature, making something new possibleD-ShadersThis code uses GPU shader languagesThis code uses GPU shader languagesD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed uponThis work is generally agreed upon