colors.cmyk: adding some docs.

db4
John Benediktsson 2012-10-21 12:06:40 -07:00
parent df3956a679
commit 032a69dec0
1 changed files with 15 additions and 0 deletions

View File

@ -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" } ;