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