Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@command_CreateImageRgba.hrl
Raw

include/plushie@command_CreateImageRgba.hrl

-record(create_image_rgba, {
handle :: binary(),
width :: integer(),
height :: integer(),
pixels :: bitstring()
}).