Current section
Files
Jump to
Current section
Files
include/plushie@command_CreateImageRgba.hrl
-record(create_image_rgba, {
handle :: binary(),
width :: integer(),
height :: integer(),
pixels :: bitstring()
}).