Struct conrod::Background
[−]
[src]
pub struct Background { // some fields omitted }
A type for drawing a colored window background.
Methods
impl Background
fn new() -> Background
Construct a background.
fn draw<B, C>(&mut self, ui: &mut Ui<C>, graphics: &mut B) where B: Graphics<Texture=C::Texture>, C: CharacterCache
Draw the background.