List - Input Query

Hi,

I have a Colour ByARGB node which output a list of RGB colors and this works great, but its in the wrong order.

To correct this I have used the List SortNatural node which sort the color list into ascending order, but if I connect this to the Set Colorfill Scheme Properties node it doesn’t like the input from the list node.

Is there another node i could use to convert the output?

Thanks

Hi try List.reverse
Maybe
Cordially
Christian.stan

What do you mean by, “it doesn’t like it” ?

Hi, String format maybe orange
Cordially
Christian.stan

I wondered if that’s what they meant… but I was asking for clarification rather than assuming.

1 Like

good philosophical thought
Wait and see
cordially
Christian.stan

/me waits. :watch: :woozy_face:

Hi,

You must sort the RGB colour strings and not the Dynamo Colors.

Sorry for the delay response had to shot out quick last night, thanks for taking the time to have a look at this. As @Alban_de_Chasteigner has shown i need to move the sortation node.

Thanks again