colors: more doc fixes.
parent
7431910b16
commit
607d0becb2
|
@ -2,7 +2,7 @@ USING: help.markup help.syntax ;
|
||||||
IN: colors.lab
|
IN: colors.lab
|
||||||
|
|
||||||
HELP: laba
|
HELP: laba
|
||||||
{ $class-description "The class of CIE 1976 LAB colors with an alpha channel." } ;
|
{ $class-description "The class of CIE 1976 LAB (commonly called CIELAB) colors with an alpha channel." } ;
|
||||||
|
|
||||||
ARTICLE: "colors.lab" "CIE 1976 LAB colors"
|
ARTICLE: "colors.lab" "CIE 1976 LAB colors"
|
||||||
"The " { $vocab-link "colors.lab" } " vocabulary implements CIE 1976 LAB colors, specifying luminance (in approximately " { $snippet "[0,100]" } "), red/green, and blue/yellow components, together with an alpha channel."
|
"The " { $vocab-link "colors.lab" } " vocabulary implements CIE 1976 LAB colors, specifying luminance (in approximately " { $snippet "[0,100]" } "), red/green, and blue/yellow components, together with an alpha channel."
|
||||||
|
|
|
@ -2,10 +2,10 @@ USING: help.markup help.syntax ;
|
||||||
IN: colors.luv
|
IN: colors.luv
|
||||||
|
|
||||||
HELP: luva
|
HELP: luva
|
||||||
{ $class-description "The class of CIELUV colors with an alpha channel." } ;
|
{ $class-description "The class of CIE 1976 LUV (commonly called CIELUV) colors with an alpha channel." } ;
|
||||||
|
|
||||||
ARTICLE: "colors.luv" "CIELUV colors"
|
ARTICLE: "colors.luv" "CIE 1976 LUV colors"
|
||||||
"The " { $vocab-link "colors.luv" } " vocabulary implements CIELUV colors, together with an alpha channel."
|
"The " { $vocab-link "colors.luv" } " vocabulary implements CIE 1976 LUV colors, together with an alpha channel."
|
||||||
{ $subsections
|
{ $subsections
|
||||||
luva
|
luva
|
||||||
<luva>
|
<luva>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
CIELUV colors
|
CIE 1976 LUV colors
|
||||||
|
|
Loading…
Reference in New Issue