Need input on 508 compliant colors in MATLAB

3 vues (au cours des 30 derniers jours)
Deborah Croteau
Deborah Croteau le 26 Avr 2024
Modifié(e) : Paola Faoro le 6 Mai 2024
Hi
I am putting together a training class to inform fellows/staff where to find the 508 compliant accessible color schemes in
various programs. I would like to include MATLAB in the class.
I don't use the program myself, so can you point me to a set or multiple sets of colors that are 508 compliant?
Thank you,
Deb Croteau

Réponse acceptée

Paola Faoro
Paola Faoro le 29 Avr 2024
Modifié(e) : Paola Faoro le 6 Mai 2024
Dear Deborah,
In terms of the overall user interface, most of the MATLAB UI colors have been updated to meet WCAG AA criteria (see attached screen shot). Also, since R2022a MATLAB Online offers both a light and dark theme.
In terms of graphics colors, users can use the colororder function and specify the "dye" color palette. The colors on the "dye" palette meet international contrast ratio standards for enhanced accessibility against a white background. For example, specify the "dye" color palette for the plot. After plotting a graph, simply add the following line to the code: colororder("dye").
Lastly, we have compiled a summary of the different accessibility-focused features present in MATLAB on this page: https://www.mathworks.com/help/matlab/matlab_env/accessibility-in-matlab.html
Thanks for using MATLAB Answers for your question and we hope this helps!

Plus de réponses (0)

Catégories

En savoir plus sur App Building dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by