I am currently working on a project in which I am taking a digital photograph of a painting, and mapping its pixels based on their colors. I was wondering if there was a way to color a node based on the value in its cell. Ideally, it would be just like how you can size the nodes based on their properties, but just for color. For example, set the Hue of the color based on the "hue" value in my data file. Any thoughts? Thanks!!! zzz
So far, my data looks like this.
x-pos,y-pos,hexColor,hue,sat,brightness
0,0,173630,119,146,54
1,0,0C3F30,115,206,63
2,0,054433,116,236,68
3,0,03432B,111,243,67
4,0,0D4431,112,206,68
5,0,173C34,118,157,60
6,0,08442B,109,225,68
7,0,0A492C,107,220,73
8,0,0C402A,109,207,64
9,0,044B2D,109,241,75
10,0,0E4A30,109,206,74Statistics:Posted by WeezyF — 10 Oct 2013 00:23
]]>