Coding colors with the use of combing matrices
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How do I make a code that will mix R,G,B matrices to form yellow, orange and pink?
0 comentarios
Respuestas (1)
Dave B
el 17 de Nov. de 2021
Another thing you could do is search for hex codes:
validatecolor(["#FFFF00" "#FFC0CB" "#FFA500"],'multiple')
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!