Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.1.5

Bug #19427 hsl:fromRGB() - wrong calculation of SATURATION
Submitted: 2012-05-20 20:04 UTC
From: dpmancus Assigned:
Status: Open Package: Image_Color2 (version 0.1.5)
PHP Version: 5.3.9 OS: Winzoz XP :)
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 7 - 4 = ?

 
 [2012-05-20 20:04 UTC] dpmancus (dpmancus dpmancus)
Description: ------------ the right formula is $s = $l > 0.5 ? $delta / (2 - $max - $min) : $delta / ($max + $min);

Comments