[][src]Function lvgl::widgets::img::set_antialias

pub fn set_antialias(img: *mut lv_obj_t, antialias: bool) -> MynewtResult<()>

Enable/disable anti-aliasing for the transformations (rotate, zoom) or not

  • img: pointer to an image object
  • antialias: true: anti-aliased; false: not anti-aliased