Need input on 508 compliant colors in MATLAB

3 visualizaciones (últimos 30 días)
Deborah Croteau
Deborah Croteau el 26 de Abr. de 2024
Editada: Paola Faoro el 6 de Mayo de 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

Respuesta aceptada

Paola Faoro
Paola Faoro el 29 de Abr. de 2024
Editada: Paola Faoro el 6 de Mayo de 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!

Más respuestas (0)

Categorías

Más información sobre App Building en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by