colors: adding some ABOUT: links.

char-rename
John Benediktsson 2017-02-06 10:51:12 -08:00
parent b517f06b91
commit ca537d30b3
9 changed files with 18 additions and 0 deletions

View File

@ -12,3 +12,5 @@ ARTICLE: "colors.cmyk" "CMYK colors"
>cmyka >cmyka
} }
{ $see-also "colors" } ; { $see-also "colors" } ;
ABOUT: "colors.cmyk"

View File

@ -12,3 +12,5 @@ ARTICLE: "colors.hsl" "HSL colors"
>hsla >hsla
} }
{ $see-also "colors" } ; { $see-also "colors" } ;
ABOUT: "colors.hsl"

View File

@ -13,3 +13,5 @@ ARTICLE: "colors.lab" "CIE 1976 LAB colors"
} }
"For more information, see " { $url "https://en.wikipedia.org/wiki/Lab_color_space" } "For more information, see " { $url "https://en.wikipedia.org/wiki/Lab_color_space" }
{ $see-also "colors" } ; { $see-also "colors" } ;
ABOUT: "colors.lab"

View File

@ -13,3 +13,5 @@ ARTICLE: "colors.luv" "CIE 1976 LUV colors"
} }
"For more information, see " { $url "https://en.wikipedia.org/wiki/CIELUV_color_space" } "For more information, see " { $url "https://en.wikipedia.org/wiki/CIELUV_color_space" }
{ $see-also "colors" } ; { $see-also "colors" } ;
ABOUT: "colors.luv"

View File

@ -12,3 +12,5 @@ ARTICLE: "colors.ryb" "RYB colors"
>ryba >ryba
} }
{ $see-also "colors" } ; { $see-also "colors" } ;
ABOUT: "colors.ryb"

View File

@ -13,3 +13,5 @@ ARTICLE: "colors.xyy" "CIE 1931 xyY colors"
} }
"For more information, see " { $url "https://en.wikipedia.org/wiki/CIE_1931_color_space" } "For more information, see " { $url "https://en.wikipedia.org/wiki/CIE_1931_color_space" }
{ $see-also "colors" } ; { $see-also "colors" } ;
ABOUT: "colors.xyy"

View File

@ -13,3 +13,5 @@ ARTICLE: "colors.xyz" "CIE 1931 XYZ colors"
} }
"For more information, see " { $url "https://en.wikipedia.org/wiki/CIE_1931_color_space" } "For more information, see " { $url "https://en.wikipedia.org/wiki/CIE_1931_color_space" }
{ $see-also "colors" } ; { $see-also "colors" } ;
ABOUT: "colors.xyz"

View File

@ -12,3 +12,5 @@ ARTICLE: "colors.yiq" "YIQ colors"
>yiqa >yiqa
} }
{ $see-also "colors" } ; { $see-also "colors" } ;
ABOUT: "colors.yiq"

View File

@ -12,3 +12,5 @@ ARTICLE: "colors.yuv" "YUV colors"
>yuva >yuva
} }
{ $see-also "colors" } ; { $see-also "colors" } ;
ABOUT: "colors.yuv"