Crate floem_peniko

Source

Re-exports§

pub use kurbo;

Structs§

BlendMode
Blend mode consisting of color mixing and composition functions.
Blob
Shared data with an associated unique identifier.
Color
32-bit RGBA color.
ColorStop
Offset and color of a transition point in a gradient.
Font
Owned shareable font resource.
Gradient
Definition of a gradient that transitions between two or more colors.
Image
Owned shareable image resource.
Stroke
Describes the visual style of a stroke.
WeakBlob
Weak reference to a shared blob.

Enums§

Brush
Describes the color content of a filled or stroked shape.
BrushRef
Reference to a brush.
Cap
Defines the shape to be drawn at the ends of a stroke.
Compose
Defines the layer composition function for a blend operation.
Extend
Defines how a brush is extended when the content does not fill a shape.
Fill
Describes the rule that determines the interior portion of a shape.
Format
Defines the pixel format of an image.
GradientKind
Properties for the supported gradient types.
Join
Defines the connection between two segments of a stroke.
Mix
Defines the color mixing function for a blend operation.
Style
Describes draw style– either a fill or stroke.
StyleRef
Reference to a draw style.

Traits§

ColorStopsSource
Trait for types that represent a source of color stops.

Type Aliases§

ColorStops
Collection of color stops.
Dashes
Collection of values representing lengths in a dash pattern.