- Canvas
-
ColorProducer
Alternative to `() -> Color` that's useful for avoiding boxing.
-
ContentDrawScope
Receiver scope for drawing content into a layout, where the content can be drawn between other canvas operations.
-
DrawContext
Object that provides the dependencies to support a DrawScope drawing environment.
-
DrawScope
Creates a scoped drawing environment with the provided Canvas.
-
DrawTransform
Defines transformations that can be applied to a drawing environment
-
GraphicsContext
Class responsible for providing graphics related dependencies.
-
ImageBitmap
Graphics object that represents a 2 dimensional array of pixel information represented as ARGB values
-
Interpolatable
Represents an object which may be able to be linearly interpolated with another object.
- Paint
- Path
-
PathEffect
Effect applied to the geometry of a drawing primitive.
-
PathIterator
A path iterator can be used to iterate over all the segmentsPathSegment that make up a path.
- PathMeasure
-
ShadowContext
Class responsible for managing shadow related dependencies.
-
Shape
Defines a generic shape.
Compose UI Graphics
Jetpack Compose API reference for ui-graphics.