paper.js/src/color
2011-04-26 17:04:15 +01:00
..
Color.js Update various comments about TODOs. 2011-04-26 17:04:15 +01:00
Gradient.js Rename '// Todo' to '// TODO', which is the convention. 2011-04-26 12:39:48 +01:00
GradientColor.js Clean up recently caused Base.read() mess by introducing _readNull property,m setting it to true on Color and reverting to previous behavior for Point, Size and Rectangle, where dimensions of 0 are read by default if nothing is provided. 2011-03-13 18:31:00 +01:00
GradientStop.js Handle all the calls to Base.read() differently, by checking result for null and bailing out if it is. 2011-03-08 17:17:36 +00:00
GrayColor.js Use Math.min / Math.max to clamp component values in color classes. 2011-03-09 16:48:53 +01:00
HSBColor.js Use Math.min / Math.max to clamp component values in color classes. 2011-03-09 16:48:53 +01:00
RGBColor.js Use Math.min / Math.max to clamp component values in color classes. 2011-03-09 16:48:53 +01:00