How to apply different colors on segment spreaded?

Hi girls and boys,

I’m trying to give different colors to my spreaded segments.
But it always split and assign colors into all segments in place to assign single color to each segment.
I have also a Pillow texture, which is not spreadable but if i disconenct it it still not split to color to every segments…

have you some advises?
https://vvvv.org/sites/default/files/imagecache/large/images/SegmentColorSplit.png

use GridSegment instead

in the grid DX9, the colours get spreaded per slice(resolution) of the segment. Use a select(colour) and match it to your segment’s resolution. Should do the trick

Yes GridSegment did the trick.

Thanks sunep

One minute. Gonna leave this here anyways ;)