Modules§
Structs§
- Flags
- Gradient
- Gradient specification combining colors and interpolation settings.
- Gradient
Colors - Specification for the colors in a gradient.
- Interpolation
- Gradient interpolation settings.
Enums§
- Gradient
Shader Colors - Type that represents either a slice of
Color, or a slice ofColor4fand a color space. Whenever this type is expected, it’s either possible to directly pass a&[Color], or a tuple of type(&[Color4f], &ColorSpace).