Issue with Colour.withRotatedHue

Colour(Colours::red).withRotatedHue(0.999999821f) is Black

Hmm, that doesn’t sound right! Must be a maths overflow or something, I’ll take a look!

thanks, i checked the fix, but now Colour(Colours::red).withRotatedHue(0.999999821f) is Pink #FF00FF

Oh… ok, I’ll have another look soon. It’s definitely better than it was though - there was a mistake before, whereas now it’s probably just an accuracy problem.