]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/colors/hsl/hsl-docs.factor
colors: moving some color definitions from extra/ to basis/.
[factor.git] / extra / colors / hsl / hsl-docs.factor
diff --git a/extra/colors/hsl/hsl-docs.factor b/extra/colors/hsl/hsl-docs.factor
deleted file mode 100644 (file)
index aec3d66..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-USING: help.markup help.syntax ;
-IN: colors.hsl
-
-HELP: hsla
-{ $class-description "The class of HSL (Hue, Saturation, Lightness) colors with an alpha channel. All slots store values in the interval " { $snippet "[0,1]" } "." } ;
-
-ARTICLE: "colors.hsl" "HSL colors"
-"The " { $vocab-link "colors.hsl" } " vocabulary implements colors specified by their hue, saturation, and lightness components, together with an alpha channel."
-{ $subsections
-    hsla
-    <hsla>
-    >hsla
-}
-{ $see-also "colors" } ;
-
-ABOUT: "colors.hsl"