Coding colors with the use of combing matrices
1 次查看(过去 30 天)
显示 更早的评论
How do I make a code that will mix R,G,B matrices to form yellow, orange and pink?
0 个评论
回答(1 个)
Dave B
2021-11-17
Another thing you could do is search for hex codes:
validatecolor(["#FFFF00" "#FFC0CB" "#FFA500"],'multiple')
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!