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!