filmov
tv
Color Picker
Показать описание
Working on replacing the older "Draw!" app with a new painting app with more features, and part of that was writing a color picker. This is based on the color picker in GTK, which I've used a lot in Inkscape. It was implemented with Cairo's mesh gradient functionality to draw the circle and the triangle, and then some interpolation math to get the selected color.