» Thu Dec 17, 2015 12:38 pm
@R0J0hound, I was wondering if there is any way I could make a color palette with canvas plugin using the gradient feature. One idea that I had was to use multiple small canvas objects on the screen with different color gradients. Is there any better way with a single canvas instance? Please let me know if this is possible?
Since I can read the color value rgbaAT(touch.x,touch.y) using canvas plugin, I can apply that color to a Q3D model.
EDIT : I was able to resolve this - Pasted a color palette image onto canvas. But after pasting the image, I lost some resolution of the palette...does the canvas paste use a color loss/reduction algorithm?