Setting Filled Region Type Color?

Hi All,

I’m trying to change filled region type color but i cant get it to work, well if it’s single value it’s working but when i have different color say 21,68,51 that’s where it stop working.

See script below. Thanks


Hi @interactiverendering,

FilledRegionType use Decimal colors.
You can use Springs.Color2Decimal node for that.

1 Like

Many Thanks!

where I find spring color node?

In Spring nodes package.
There is also a node in Genius Loci package for filled regions that uses RGB colors.

Tanks;)