Hi there,
I have an image and I would like to change a particular colour on that. Particularly, the image contains a set of colours I have used a means algorithm in order to obtain the whole set of colours contained in the image and selecting just one colour I would completely change it. For instance, in the image I have (as already said) the set of different colors I would like that this RGB source
RGB_source=(5, 114, 121)
change in:
RGB_dest=(166, 109, 82)
How may I manage this color change?
thank you