I would like to make a sets of colours that we can apply in
-Autocad
-Navisworks
-Photoshop
-Revit
-Power BI
The Index number from autocad would be nice as a indicator…
m
How can I acces the color components, using Dynamo for AS (autocad)?
Or Dynamo for Revit?
Or is there an easier routine?
Kind regards,
Willem
@willem.creffierKCWFB ,
to have some kind of color brand i use
https://color.adobe.com/de/create/color-wheel
i think there are also opensource tools
Thank you @Draxl_Andreas
It is nice they make a unique code.
We could use the pantone system too.
But I really would appreciate the interoperability with Autocad Color ind…aha
https://gohtx.com/acadcolors.php
The standard Color.ByARGB
node is all you need. You can feed it a list of RGB values to create the colors and then map an index value to a dictionary if you want.
If you want to automate the full color list, then you’ll want to look into the AutoCAD API and how you could pull the definitions from there (if possible). An excel or csv file would also work if you can find this information in that format.