image>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: image>> ( object -- value )


Methods
USING: accessors images.viewer slots.private ;

M: image-gadget image>> 18 slot ; inline


USING: accessors slots.private ui.pens.image ;

M: image-pen image>> 2 slot ; inline


USING: accessors images.atlas slots.private ;

M: image-placement image>> 2 slot ; inline


USING: accessors images.viewer.prettyprint slots.private ;

M: image-section image>> 8 slot ; inline


USING: accessors slots.private ui.text.pango ;

M: layout image>> 11 slot ; inline


USING: accessors graphviz.attributes slots.private ;

M: node-attributes image>> 15 slot ; inline


USING: accessors slots.private terrain.generation ;

M: segment image>> 2 slot ; inline


USING: accessors opengl.textures.private slots.private ;

M: single-texture image>> 4 slot ; inline


USING: accessors images.png slots.private ;

M: unimplemented-color-type image>> 2 slot ; inline


USING: accessors slots.private xkcd ;

M: xkcd image>> 2 slot ; inline