Bug 1436 : colorMode() problems with HSB on Android
Last modified: 2010-06-05 03:39




Status:
ASSIGNED
Resolution:
-
Priority:
P5
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2010-01-14 16:53
reported by romain guy:

- I have sketch where I use
colorMode(HSB);
fill(color(h, s, lerp(0, b, newB)));
colorMode(RGB);
The result is supposed to be a shade of green (which is what I get on
the desktop), but it is red on the device
Additional Comment #1 From fry 2010-02-28 12:29
this may have been fixed for 0178, but need more info to find the bug.
Additional Comment #2 From fry 2010-06-05 03:39
still reported as broken but no code to reproduce.
This bug is now being tracked here.