]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/pens/gradient/gradient-docs.factor
Merge OneEyed's patch
[factor.git] / basis / ui / pens / gradient / gradient-docs.factor
1 IN: ui.pens.gradient
2 USING: help.markup help.syntax ui.pens colors ;
3
4 HELP: gradient
5 { $class-description "A class implementing the " { $link draw-interior } " generic word to draw a smoothly shaded transition between colors. The " { $snippet "colors" } " slot stores a sequence of " { $link color } " instances, and the gradient is drawn in the direction given by the " { $snippet "orientation" } " slot of the gadget." }
6 { $notes "See " { $link "colors" } "." } ;