Function fltk::draw::draw_rgba

source ·
pub fn draw_rgba<'a, T: WidgetBase>(
    wid: &'a mut T,
    fb: &'a [u8],
) -> Result<(), FltkError>
Expand description

Draw a framebuffer (rgba) into a widget

§Errors

Errors on invalid or unsupported image formats