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§
- Radial
Gradient - Radial
Gradient Cache Key - Radial
Gradient Instance - The per-instance shader input of a radial gradient render task.
- Radial
Gradient Key - Identifying key for a radial gradient.
- Radial
Gradient Params - Hashable radial gradient parameters, for use during prim interning.
- Radial
Gradient Task - Radial
Gradient Template
Functions§
- optimize_
radial_ gradient - Avoid invoking the radial gradient shader on large areas where the color is constant.
- radial_
gradient_ pattern