There is a way to export a list of color from Dynamo to an Excel file?
I need to create an Excel where are listed the filter applied to a view with the graphic override, setting the last column with the color
Colors in Dynamo terms or Revit terms?
If Dynamo than Color.Red, Color.Green, and Color.Blue can be stored and pulled back in. If Revit I think you’ll want to work with the hex code.
Color in Dynamo Terms, created by the node in the picture.
I’m also trying to export the color list created as an image, but I don’t undrestand which node to use.
Sorry I don’t understand
To recover the color component (RGB)
[x.Red,x.Green,x.Blue];
cordially
christian.stan
This is ok, but how I can export the color obtained to an image or to fill an excel cell?
sorry, that’s outside my skill level (look at the posts relating to excel and color)
edit: look here maybe Excel Fill Color
cordially
christian.stan
To generate an image look into the Image.FromPixels node, the result of which can be saved using the Image.WriteToFile node.
Thanks, I have already tried this, but I don’t understant what to input in path, it give me error
Sadly I don’t really know how to help you, as I don’t understand what you have done because you haven’t shown it or posted a sample graph. However the documentation for the node is pretty clear in modern builds (highlight it after putting it on canvas and hit F1 on your keyboard, or right click the node and select ‘help’), and also quite readily understood from historic documentation too.