Skip to content

Commit 9cad68b

Browse files
committed
Update getcolor.py
1 parent 25e52fb commit 9cad68b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Script Examples/getcolor.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@
2222
blue = rgbcad & 255
2323
green = (rgbcad >> 8) & 255
2424
red = (rgbcad >> 16) & 255
25-
print("Color RGB is", (red,green,blue))
25+
print("Color RGB is", (red,green,blue))
26+
27+
## see more at : https://forum.dynamobim.com/t/aci-color-to-rgb/59856/6

0 commit comments

Comments
 (0)