-
Color palette
Hi..!
I need to build a color palette associated with an image so that the user clicks on a particular hue in the palette and the image changes according to the selected color.
Any suggestions on how to do that?
PS: image I have it in an object of type QImage.
thanks
-
Re: Color palette
The first thing to do is always figuring out what you are really doing and what the problem is. Clearly you are thinking of writing a small application or a main function, which is very much a different thing than a "Color palette" -- which your title suggest being the issue.
The usual approach to this kind of a situation is to do some "software design" and then figure out how the design could be "implemented" in Qt, and after that, if there are some specific issues in the implementation, asking here is a good choice. You don't seem to have any clue about the whole thing. You need to find the clue first, and that has nothing to do with Qt.
-
Re: Color palette
-
Re: Color palette
thanks sedi
that was what I needed