]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/colors/cmyk/cmyk-docs.factor
colors: moving some color definitions from extra/ to basis/.
[factor.git] / extra / colors / cmyk / cmyk-docs.factor
diff --git a/extra/colors/cmyk/cmyk-docs.factor b/extra/colors/cmyk/cmyk-docs.factor
deleted file mode 100644 (file)
index 33484cf..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-USING: help.markup help.syntax ;
-IN: colors.cmyk
-
-HELP: cmyka
-{ $class-description "The class of CMYK (Cyan, Magenta, Yellow, Black) colors with an alpha channel. All slots store values in the interval " { $snippet "[0,1]" } "." } ;
-
-ARTICLE: "colors.cmyk" "CMYK colors"
-"The " { $vocab-link "colors.cmyk" } " vocabulary implements colors specified by their cyan, magenta, yellow, and black components, together with an alpha channel."
-{ $subsections
-    cmyka
-    <cmyka>
-    >cmyka
-}
-{ $see-also "colors" } ;
-
-ABOUT: "colors.cmyk"