Skip to content

Commit

Permalink
updated doc generation file
Browse files Browse the repository at this point in the history
  • Loading branch information
fponticelli committed Sep 23, 2015
1 parent 94d0373 commit 44abe4f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions doc/ImportColor.hx
@@ -1,18 +1,31 @@
import thx.color.Lab;
import thx.color.LCh;
import thx.color.CieHcl;
import thx.color.CieLab;
import thx.color.CieLCh;
import thx.color.CieLuv;
import thx.color.CieXyz;
import thx.color.Cmy;
import thx.color.Cmyk;
import thx.color.Color;
import thx.color.CubeHelix;
import thx.color.Grey;
import thx.color.Hsb;
import thx.color.Hsl;
import thx.color.Hsla;
import thx.color.Hsv;
import thx.color.Hsva;
import thx.color.HunterLab;
import thx.color.Lab;
import thx.color.LCh;
import thx.color.Luv;
import thx.color.Rgb;
import thx.color.Rgba;
import thx.color.Rgbx;
import thx.color.Rgbxa;
import thx.color.parse.ColorParser;
import thx.color.Temperature;
import thx.color.Xyz;
import thx.color.Yuv;
import thx.color.Yxy;
import thx.color.palettes.ColorBrewer;
import thx.color.parse.ColorParser;
import thx.color.palettes.ColorBrewer;
import thx.color.palettes.Ral;
import thx.color.palettes.Web;

0 comments on commit 44abe4f

Please sign in to comment.