On 16/12/2013 at 04:03, xxxxxxxx wrote:
I have a color which I convert via "colorsys.rgb_to_hsv" to hsv.
Then there is an allgorythm changing hsv-value, afterwards converting it back to a rgb vector.
Now I compare the original rgb vector with the new rgb one, if they are the same.
And although a print of those two vectors shows they have the same values, an if statement doesn´t agree with that and says they are not
What is going on here?