We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e52fb commit 9cad68bCopy full SHA for 9cad68b
Script Examples/getcolor.py
@@ -22,4 +22,6 @@
22
blue = rgbcad & 255
23
green = (rgbcad >> 8) & 255
24
red = (rgbcad >> 16) & 255
25
-print("Color RGB is", (red,green,blue))
+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