]> gitweb.factorcode.org Git - factor.git/commitdiff
colors: more doc fixes.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 22 Jun 2014 14:12:10 +0000 (07:12 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 22 Jun 2014 14:12:10 +0000 (07:12 -0700)
extra/colors/lab/lab-docs.factor
extra/colors/luv/luv-docs.factor
extra/colors/luv/summary.txt

index dc1f6f18c3180485c5e8a1ebe8de6d0ef8cd5432..5513128d4b0947f0c00cd437073d7c28484ac70d 100644 (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."
index 643858d6547860f222fb0deab539cb9e7472a42e..0e8ad1aef0a100009096f0a263904c39f8377af2 100644 (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>
index 674333c6f193d9ddf9f15429cf5ce884c88649d7..186c3b644f6fb6a9413592d4fbf51e711c131b3d 100644 (file)
@@ -1 +1 @@
-CIELUV colors
+CIE 1976 LUV colors