Type Definition style::values::computed::image::Image

source ·
pub type Image = GenericImage<Gradient, MozImageRect, ComputedImageUrl, Color, Percentage, Resolution>;
Expand description

Computed values for an image according to CSS-IMAGES. https://drafts.csswg.org/css-images/#image-values

Trait Implementations§