Module generic

Source

Re-exports§

pub use self::forma::Forma;

Modules§

forma

Structs§

CopyRegion
Rectangular copy region.
GenericOrder
Gradient
Layer
2D layer containing a raster with a style.
PostCopy
Post-render image copy.
PreClear
Pre-render image clear.
PreCopy
Pre-render image copy.
RenderExt
Rendering extensions.
Style
Raster style.

Enums§

BlendMode
Raster blend mode. See https://www.w3.org/TR/compositing/#blending for more details.
Fill
Raster fill type.
FillRule
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.
GradientType
OrderError

Traits§

Backend
Either Spinel or Forma. Zero-sized.
Composition
A group of ordered layers.
Context
Rendering context and API start point.
PathBuilder
Builds one closed path.
Raster
Raster.
RasterBuilder
Builds one Raster.

Type Aliases§

Order