Handbook
Glossary
change-image_channel_order ( object quot -- object )
Vocabulary
accessors
Inputs
object
an
object
quot
an
object
Outputs
object
an
object
Definition
USING:
kernel
;
IN:
accessors
:
change-image_channel_order
( object quot -- object )
over
[
[
image_channel_order>>
]
dip
call
]
dip
swap
>>image_channel_order
;
inline