pub type Image = ImageBrush<ImageSource>;Expand description
An image.
Aliased Type§
pub struct Image {
pub image: ImageSource,
pub sampler: ImageSampler,
}Fields§
§image: ImageSourceThe image to render.
sampler: ImageSamplerParameters which specify how to sample from the image during rendering.