Handbook
Glossary
<color-preview> ( model -- gadget )
Vocabulary
color-picker
Inputs
model
an
object
Outputs
gadget
an
object
Definition
USING:
accessors
kernel
;
IN:
color-picker
:
<color-preview>
( model -- gadget )
color-preview
new
swap
>>model
{
300 300
}
>>dim
;