Type Alias CrossFade

Source
pub type CrossFade = CrossFade<Image, Color, Percentage>;
Expand description

Aliased Type§

#[repr(C)]
pub struct CrossFade { pub elements: OwnedSlice<GenericCrossFadeElement<GenericImage<GenericGradient<LineDirection, LengthPercentage, NonNegative<CSSPixelLength>, NonNegative<LengthPercentage>, GenericPosition<LengthPercentage, LengthPercentage>, Angle, AngleOrPercentage, GenericColor<Percentage>>, ComputedUrl, GenericColor<Percentage>, Percentage, Resolution>, GenericColor<Percentage>, Percentage>>, }

Fields§

§elements: OwnedSlice<GenericCrossFadeElement<GenericImage<GenericGradient<LineDirection, LengthPercentage, NonNegative<CSSPixelLength>, NonNegative<LengthPercentage>, GenericPosition<LengthPercentage, LengthPercentage>, Angle, AngleOrPercentage, GenericColor<Percentage>>, ComputedUrl, GenericColor<Percentage>, Percentage, Resolution>, GenericColor<Percentage>, Percentage>>

All of the image percent pairings passed as arguments to cross-fade.