Module webrender::prim_store::gradient::radial
source · Expand description
Radial gradients
Specification: https://drafts.csswg.org/css-images-4/#radial-gradients
Radial gradients are rendered via cached render tasks and composited with the image brush.
Structs§
- The per-instance shader input of a radial gradient render task.
- Identifying key for a radial gradient.
- Hashable radial gradient parameters, for use during prim interning.
Functions§
- Avoid invoking the radial gradient shader on large areas where the color is constant.