Handbook
Glossary
<gradient> ( colors -- gradient )
Vocabulary
ui
.
pens
.
gradient
Inputs
colors
an
object
Outputs
gradient
an
object
Definition
USING:
accessors
kernel
;
IN:
ui.pens.gradient
:
<gradient>
( colors -- gradient )
gradient
new
swap
>>colors
;