util/color library

Functions

fromHSLA(double h, double s, double l, double a) → dynamic
Creates a Color from HSL Conversion formula adapted from http://en.wikipedia.org/wiki/HSV_color_space. Assumes h in 0, 360 s, l and a are in 0, 100