Minor doc updates
parent
37e278ed02
commit
2c08376cd5
|
@ -23,7 +23,7 @@ $nl
|
||||||
ARTICLE: "colors" "Colors"
|
ARTICLE: "colors" "Colors"
|
||||||
"The " { $vocab-link "colors" } " vocabulary defines a protocol for colors, with a concrete implementation for RGBA colors. This vocabulary is used by " { $vocab-link "io.styles" } ", " { $vocab-link "ui" } " and other vocabularies, but it is independent of them."
|
"The " { $vocab-link "colors" } " vocabulary defines a protocol for colors, with a concrete implementation for RGBA colors. This vocabulary is used by " { $vocab-link "io.styles" } ", " { $vocab-link "ui" } " and other vocabularies, but it is independent of them."
|
||||||
$nl
|
$nl
|
||||||
"RGBA colors:"
|
"RGBA colors with floating point components in the range " { $snippet "[0,1]" } ":"
|
||||||
{ $subsection rgba }
|
{ $subsection rgba }
|
||||||
{ $subsection <rgba> }
|
{ $subsection <rgba> }
|
||||||
"Converting a color to RGBA:"
|
"Converting a color to RGBA:"
|
||||||
|
|
|
@ -21,7 +21,7 @@ M: apropos add-recent-where recent-searches ;
|
||||||
M: object add-recent-where f ;
|
M: object add-recent-where f ;
|
||||||
|
|
||||||
: $recent ( element -- )
|
: $recent ( element -- )
|
||||||
first get [ nl ] [ 1array $pretty-link ] interleave ;
|
first get reverse [ nl ] [ 1array $pretty-link ] interleave ;
|
||||||
|
|
||||||
: $recent-searches ( element -- )
|
: $recent-searches ( element -- )
|
||||||
drop recent-searches get [ <$link> ] map $list ;
|
drop recent-searches get [ <$link> ] map $list ;
|
||||||
|
|
Loading…
Reference in New Issue