]> gitweb.factorcode.org Git - factor.git/commitdiff
colors.cmyk: adding some docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 21 Oct 2012 19:06:40 +0000 (12:06 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 21 Oct 2012 19:06:40 +0000 (12:06 -0700)
extra/colors/cmyk/cmyk-docs.factor [new file with mode: 0644]

diff --git a/extra/colors/cmyk/cmyk-docs.factor b/extra/colors/cmyk/cmyk-docs.factor
new file mode 100644 (file)
index 0000000..9bb31df
--- /dev/null
@@ -0,0 +1,15 @@
+
+IN: colors.cmyx
+
+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>gray
+    rgba>cmyka
+}
+{ $see-also "colors" } ;