Re-exports§
pub use self::forma::Forma;
Modules§
Structs§
- Copy
Region - Rectangular copy region.
- Generic
Order - Gradient
- Layer
- 2D layer containing a raster with a style.
- Post
Copy - Post-render image copy.
- PreClear
- Pre-render image clear.
- PreCopy
- Pre-render image copy.
- Render
Ext - Rendering extensions.
- Style
- Raster style.
Enums§
- Blend
Mode - Raster blend mode. See https://www.w3.org/TR/compositing/#blending for more details.
- Fill
- Raster fill type.
- Fill
Rule - Raster fill rule that determines how self-intersecting parts of the path are filled. It uses the winding number–the count of how many full counter-clockwise revolutions (‘windings’) the curve makes around a point–to determine whether this point should be filled or not.
- Gradient
Type - Order
Error
Traits§
- Backend
- Either Spinel or Forma. Zero-sized.
- Composition
- A group of ordered layers.
- Context
- Rendering context and API start point.
- Path
Builder - Builds one closed path.
- Raster
- Raster.
- Raster
Builder - Builds one Raster.