colors: fix minor TYpo in docs.
parent
3139ec1d61
commit
7e77723104
|
@ -5,7 +5,7 @@ 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."
|
||||
"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>
|
||||
|
|
|
@ -5,7 +5,7 @@ HELP: hsla
|
|||
{ $class-description "The class of HSL (Hue, Saturation, Lightness) colors with an alpha channel. All slots store values in the interval " { $snippet "[0,1]" } "." } ;
|
||||
|
||||
ARTICLE: "colors.hsl" "HSL colors"
|
||||
"THe " { $vocab-link "colors.hsl" } " vocabulary implements colors specified by their hue, saturation, and lightness components, together with an alpha channel."
|
||||
"The " { $vocab-link "colors.hsl" } " vocabulary implements colors specified by their hue, saturation, and lightness components, together with an alpha channel."
|
||||
{ $subsections
|
||||
hsla
|
||||
<hsla>
|
||||
|
|
|
@ -5,7 +5,7 @@ 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."
|
||||
"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>
|
||||
|
|
Loading…
Reference in New Issue