Dear all
I want to get number of color (or index of color) but i can find dynamo node i want. Can you help me
pyXam
2
This thread should answer your question.
Hi,
if it is Autocad color index, there is an example here
color_index = Autodesk.AutoCAD.Colors.EntityColor.LookUpAci(255, 255, 0)
1 Like