We want to get colors on edit text in GUI. How can we do this ?
1 次查看(过去 30 天)
显示 更早的评论
We want to get colors on edit text in GUI. How can we do this ? Is there any color code ?
0 个评论
回答(1 个)
Robert U
2019-12-12
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!