Struct aurum_image::Fill [] [src]

pub struct Fill<I, T> { /* fields omitted */ }

Unbounded image with a solid color.

Trait Implementations

impl<I, T> Image for Fill<I, T> where
    I: Copy,
    T: Copy
[src]