Image

Type Alias Image 

Source
pub type Image = ImageBrush<ImageSource>;
Expand description

An image.

Aliased Type§

pub struct Image {
    pub image: ImageSource,
    pub sampler: ImageSampler,
}

Fields§

§image: ImageSource

The image to render.

§sampler: ImageSampler

Parameters which specify how to sample from the image during rendering.