Answers for "python make rgb color"

0

rgb color python

1
2
3
import rhinoscriptsytnax as rs

color1 = rs.CreateColor(128, 128, 128) # Creates a medium grey color.
Posted by: Guest on June-23-2021

Python Answers by Framework

Browse Popular Code Answers by Language