danfickle / neoflyingsaucer

[Deprecated - Please use openhtmltopdf at link] An attempt to modernize flyingsaucer, the HTML and CSS 2.1 renderer in pure Java

Home Page:https://github.com/danfickle/openhtmltopdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hsl color support

danfickle opened this issue · comments

Spec here:
http://www.w3.org/TR/css3-color/

Algorithm discussion here:
http://stackoverflow.com/questions/2353211/hsl-to-rgb-color-conversion

If you can create a Java hsl to rgb function, please feel free to paste in a comment.