androidx.core.graphics

Classes

BitmapCompat

Helper for accessing features in Bitmap.

BitmapKt
BlendModeColorFilterCompat

Helper for accessing ColorFilter APIs on various API levels of the platform

CanvasKt
ColorKt
ColorUtils

A set of color-related utility methods, building upon those available in Color.

ImageDecoderKt
Insets

An Insets instance holds four integer offsets which describe changes to the four edges of a Rectangle.

MatrixKt
PaintCompat

Helper for accessing features in Paint.

PaintKt
PathKt
PathParser

Parses SVG path strings.

PathParser.PathDataNode

Each PathDataNode represents one command in the "d" attribute of the svg file.

PathSegment

A line segment that represents an approximate fraction of a Path after flattening.

PathUtils

A set of path-related utility methods.

PictureKt
PointKt
PorterDuffKt
RectKt
RegionKt
ShaderKt
TypefaceCompat

Helper for accessing features in Typeface.

Enums

BlendModeCompat

Compat version of android.graphics.BlendMode, usages of BlendModeCompat will map to android.graphics.PorterDuff.Mode wherever possible