[][src]Module piet::render_context

The main render context trait.

Enums

ImageFormat

The pixel format for bitmap images.

InterpolationMode

A requested interpolation mode for drawing images.

PaintBrush

A color or a gradient.

Traits

IntoBrush

A trait for various types that can be used as brushes. These include backend-independent types such Color and LinearGradient, as well as the types used to represent these on a specific backend.

RenderContext

The main trait for rendering graphics.