I have aproject where i am given a digital artwork that contains many many colours.
I want GH to help me recreate the digital image in real life with real paint and a large but limited paint palette. - a lot like paint by numbers.
The concepts is:
- An artist generates an artwork.
- Grasshopper identifies colors in the artwork via a series of points
- Grasshopper deciphers the RGB value at each point
- GH searches a list of available colors from a paint company color range (listed as RGB values) and finds the closest RGB value
- GH recreates the Artwork using closest color match available in the paint companies color range.
I can identify the colors and split the RGB value in its x3 parts,
The bit I am having trouble with is the tool to search a list for an equal value or next closest value.
And then how to reassemble and RGB from x3 different lists back into and RGB value and back onto the point location.
Hope that makes sense. Seems like it should be possible with a bit of list experience. Its breaking my brain, a little bit of help would be really appreciated.
Thanks
colour namer rev7.gh (7.5 KB)