We want to get colors on edit text in GUI. How can we do this ?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
We want to get colors on edit text in GUI. How can we do this ? Is there any color code ?
0 comentarios
Respuestas (1)
Robert U
el 12 de Dic. de 2019
Hi cevdet kopuz,
if you use uicontrol()-elements in your GUI, you can make use of the properties "ForegroundColor" and "BackgroundColor". Both can be controlled by supplying RGB value triplets.
Kind regards,
Robert
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!