HaikuArchives/Becasso

Colour window: monochromatic and askew

Opened this issue · 5 comments

Something's wrong with the colour panel:

colour_rgb

colour_hsv

Good catch! Reverting that commit does indeed fix the issue.

Has Haiku been updated yet such that it has fixed this issue?

It has not, this issue is still with us. I have no idea if the commit @pulkomandy linked can easily be reverted and fixed another way, or if Becasso could be fixed more easily...
As is, Becasso is pretty useless. Or at least, colourless... :)

@jscipione do you have an opinion here? I think the previous code in BBitmap was behaving identically to BeOS at least for BeCasso case. So the fix for Spirograph is either incorrect or incomplete.

It wouldn't be difficult to fix BeCasso (use ImportBits instead of SetBits, probably) but it would be nice to try to have the old SetBits behave as close as possible to BeOS still?