[−][src]Function druid::set_display_pixels
pub fn set_display_pixels<P>(
sx: u16,
sy: u16,
ex: u16,
ey: u16,
colors: P
) -> Result<(), ()> where
P: IntoIterator<Item = u16>,
Draw the pixel colours to the display at the window from (sx,sy) to (ex,ey)