]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/colors/lab/lab-docs.factor
colors: moving some color definitions from extra/ to basis/.
[factor.git] / extra / colors / lab / lab-docs.factor
diff --git a/extra/colors/lab/lab-docs.factor b/extra/colors/lab/lab-docs.factor
deleted file mode 100644 (file)
index 4b52f8c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-USING: help.markup help.syntax ;
-IN: colors.lab
-
-HELP: laba
-{ $class-description "The class of CIE 1976 LAB (commonly called CIELAB) colors with an alpha channel." } ;
-
-ARTICLE: "colors.lab" "CIE 1976 LAB colors"
-"The " { $vocab-link "colors.lab" } " vocabulary implements CIE 1976 LAB colors, specifying luminance (in approximately " { $snippet "[0,100]" } "), red/green, and blue/yellow components, together with an alpha channel."
-{ $subsections
-    laba
-    <laba>
-    >laba
-}
-"For more information, see " { $url "https://en.wikipedia.org/wiki/Lab_color_space" }
-{ $see-also "colors" } ;
-
-ABOUT: "colors.lab"