ARGB
and RGBA
codecs?
>> i: make image! 2x1 i/argb: #{0102030405060708} i
== make image! [2x1 #{030201070605} #{
FBF7}]
? request-file
to see details, and play in the console with it, to see how the refinements work. You can also do ? request
to see the other requestors that are available.
; get console face
cons: first head system/view/screens/1/pane
; add to console menu
append last cons/menu ["Check for updates" check-update]
; modify the body of the on-menu actor function
body: body-of :cons/actors/on-menu
insert third body [check-update [do %check-update.red]]
; rebuild the function from the spec and the modified body
cons/actors/on-menu: func spec-of :cons/actors/on-menu body