Expand description
Color and gradient fill nodes and builders.
Structs§
- Conic
Gradient - Conic gradient.
- Gradient
Builder - Gradient builder start.
- Linear
Gradient - Linear gradient.
- Radial
Gradient - Radial gradient.
- Tiled
Conic Gradient - Tiled conic gradient.
- Tiled
Linear Gradient - Tiled linear gradient.
- Tiled
Radial Gradient - Tiled radial gradient.
Functions§
- conic_
gradient - Starts building a conic gradient with the angle and color stops.
- flood
- Node that fills the widget area with a color.
- gradient
- Starts building a gradient with the color stops.
- linear_
gradient - Starts building a linear gradient with the axis and color stops.
- radial_
gradient - Starts building a radial gradient with the radius and color stops.