Skip to main content

Module gradient

Module gradient 

Source

Structsยง

UsedColorStop ๐Ÿ”’

Enumsยง

WebRenderGradient ๐Ÿ”’

Functionsยง

build ๐Ÿ”’
build_conic ๐Ÿ”’
https://drafts.csswg.org/css-images-4/#conic-gradients
build_linear ๐Ÿ”’
https://drafts.csswg.org/css-images-3/#linear-gradients
build_radial ๐Ÿ”’
https://drafts.csswg.org/css-images-3/#radial-gradients
conic_gradient_items_to_color_stops ๐Ÿ”’
create_webrender_stops ๐Ÿ”’
fixup_stops ๐Ÿ”’
https://drafts.csswg.org/css-images-4/#color-stop-fixup
gradient_items_to_color_stops ๐Ÿ”’
interpolate_gradient_stop_colors ๐Ÿ”’
This is a port of Geckoโ€™s WrColorStopInterpolator: