Answers for "how do i get the rgb color in python?"

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

Code answers related to "how do i get the rgb color in python?"

Python Answers by Framework

Browse Popular Code Answers by Language