Coding colors with the use of combing matrices
1 view (last 30 days)
Show older comments
How do I make a code that will mix R,G,B matrices to form yellow, orange and pink?
0 Comments
Answers (1)
Dave B
on 17 Nov 2021
Another thing you could do is search for hex codes:
validatecolor(["#FFFF00" "#FFC0CB" "#FFA500"],'multiple')
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!