colors: more doc fixes.

db4
John Benediktsson 2014-06-22 07:12:10 -07:00
parent 7431910b16
commit 607d0becb2
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ USING: help.markup help.syntax ;
IN: colors.lab
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"
"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."

View File

@ -2,10 +2,10 @@ USING: help.markup help.syntax ;
IN: colors.luv
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"
"The " { $vocab-link "colors.luv" } " vocabulary implements CIELUV colors, together with an alpha channel."
ARTICLE: "colors.luv" "CIE 1976 LUV colors"
"The " { $vocab-link "colors.luv" } " vocabulary implements CIE 1976 LUV colors, together with an alpha channel."
{ $subsections
luva
<luva>

View File

@ -1 +1 @@
CIELUV colors
CIE 1976 LUV colors