]> gitweb.factorcode.org Git - factor.git/commitdiff
colors: adding some wikipedia links.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 22 Jun 2014 14:10:23 +0000 (07:10 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 22 Jun 2014 14:10:23 +0000 (07:10 -0700)
extra/colors/lab/lab-docs.factor
extra/colors/luv/luv-docs.factor
extra/colors/xyy/xyy-docs.factor
extra/colors/xyz/xyz-docs.factor

index 4d450f45a44a0cc135accaa54d5eb2a0b795e85c..dc1f6f18c3180485c5e8a1ebe8de6d0ef8cd5432 100644 (file)
@@ -11,4 +11,5 @@ ARTICLE: "colors.lab" "CIE 1976 LAB colors"
     <laba>
     >laba
 }
+"For more information, see " { $url "https://en.wikipedia.org/wiki/Lab_color_space" }
 { $see-also "colors" } ;
index 8aebbca49e9d174e79675624fc4fe56ac492ea06..643858d6547860f222fb0deab539cb9e7472a42e 100644 (file)
@@ -11,4 +11,5 @@ ARTICLE: "colors.luv" "CIELUV colors"
     <luva>
     >luva
 }
+"For more information, see " { $url "https://en.wikipedia.org/wiki/CIELUV_color_space" }
 { $see-also "colors" } ;
index dca7582e4d5cb7f556ac5d098467251a7bda4d1f..4f9efb93fce317a8328da2b366df61d696d5dba6 100644 (file)
@@ -11,4 +11,5 @@ ARTICLE: "colors.xyy" "CIE 1931 xyY colors"
     <xyYa>
     >xyYa
 }
+"For more information, see " { $url "https://en.wikipedia.org/wiki/CIE_1931_color_space" }
 { $see-also "colors" } ;
index e234ad668804212f15cb87ff6033b6289e0e2193..bc20dedc3a0d65a48699a18f1761e5e71c900b30 100644 (file)
@@ -11,4 +11,5 @@ ARTICLE: "colors.xyz" "CIE 1931 XYZ colors"
     <xyza>
     >xyza
 }
+"For more information, see " { $url "https://en.wikipedia.org/wiki/CIE_1931_color_space" }
 { $see-also "colors" } ;