Crate blend2d

Source

Modules§

array
A contiguous growable array for use with the blend2d api.
codec
Functionality for decoding and encoding images.
context
error
font
font_defs
geometry
Various geometry structures and objects.
glyph_buffer
gradient
Linear, Radial and Conical Gradients.
image
Image loading and handling.
matrix
2DMatrix and transforms.
path
pattern
prelude
region
runtime

Structs§

DataAccessFlags
Tag

Enums§

BooleanOp
ExtendMode
StyleType

Traits§

DeepClone
A trait for deep cloning the object. This is different from Clone for blObjects in the regard that normal cloning only creates a weak reference-counted clone.