Expand description
Color gradient types and nodes.
Macros§
- Creates a
GradientStops
containing the arguments.
Structs§
- A color stop in a gradient.
- Conic gradient.
- Gradient builder start.
- The radial gradient radius length in both dimensions.
- Stops in a gradient.
- Linear gradient.
- Radial gradient.
- Tiled conic gradient.
- Tiled linear gradient.
- Tiled radial gradient.
Enums§
- Specifies how to draw the gradient outside the first and last stop.
- The radial gradient radius base length.
- A stop in a gradient.
Functions§
- Starts building a conic gradient with the angle and color stops.
- Starts building a gradient with the color stops.
- Starts building a linear gradient with the axis and color stops.
- Starts building a radial gradient with the radius and color stops.
Type Aliases§
- Gradient extend mode supported by the render.
- Computed
GradientStop
.