Coding colors with the use of combing matrices
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How do I make a code that will mix R,G,B matrices to form yellow, orange and pink?
0 commentaires
Réponses (1)
Dave B
le 17 Nov 2021
Another thing you could do is search for hex codes:
validatecolor(["#FFFF00" "#FFC0CB" "#FFA500"],'multiple')
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!