Hi there,
In order to allow the end-user to make his own choice of text color, I implemented a colorpicker which takes the color from a picture (basically the circle of colors).
the thing is that the canevas works apparently with x,y coodinates which is fine for the display.
My issue is that I need to capture those RGB componenets as I need to send them to an CSS file or HTML.
Anyone with an idea.
Really struggling.
Thx
M
May be worth specifying that I'm working on text color and not backgrouns or painting. Just text.