Color Values in Python?
|
04-21-2021, 12:23 AM
(This post was last modified: 04-21-2021 01:31 AM by toml_12953.)
Post: #1
|
|||
|
|||
Color Values in Python?
In HPPL we can use the rgb() function to specify color. That doesn't work in Python. Is there a way to specify color in Python? I know I can do
65536*r + 256*g + b but I'd like a better way. Tom L Cui bono? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Color Values in Python? - toml_12953 - 04-21-2021 12:23 AM
RE: Color Values in Python? - critor - 04-21-2021, 07:01 AM
RE: Color Values in Python? - cyrille de brébisson - 04-21-2021, 07:23 AM
RE: Color Values in Python? - toml_12953 - 04-21-2021, 07:49 AM
RE: Color Values in Python? - critor - 04-21-2021, 09:03 AM
RE: Color Values in Python? - toml_12953 - 04-21-2021, 02:23 PM
RE: Color Values in Python? - cyrille de brébisson - 04-22-2021, 08:41 AM
RE: Color Values in Python? - toml_12953 - 04-22-2021, 01:26 PM
|
User(s) browsing this thread: 1 Guest(s)