androidx.compose.ui.graphics.painter
Kotlin
|Java
Classes
BitmapPainter |
Painter implementation used to draw an ImageBitmap into the provided canvas This implementation can handle applying alpha and ColorFilter to it's drawn result |
ColorPainter |
Painter implementation used to fill the provided bounds with the specified color |
Painter |
Abstraction for something that can be drawn. |