From 032a69dec0d5add21560e03aff6f0e9b19e5cd48 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 21 Oct 2012 12:06:40 -0700 Subject: [PATCH] colors.cmyk: adding some docs. --- extra/colors/cmyk/cmyk-docs.factor | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extra/colors/cmyk/cmyk-docs.factor diff --git a/extra/colors/cmyk/cmyk-docs.factor b/extra/colors/cmyk/cmyk-docs.factor new file mode 100644 index 0000000000..9bb31df350 --- /dev/null +++ b/extra/colors/cmyk/cmyk-docs.factor @@ -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>gray + rgba>cmyka +} +{ $see-also "colors" } ;