Package com.google.android.horologist.images.base.paintable
See: Description
-
Class Summary Class Description BitmapPaintable A Bitmap that can be represented as a Painter. DrawableResPaintable A drawable resource ID that can be represented as a Painter. ImageVectorPaintable An ImageVector that can be represented as a Painter. -
Interface Summary Interface Description Paintable Represents an image or graphic that can be displayed in a compose context via a Painter. PaintableIcon Represents an image or graphic that can be displayed in a compose context via a Painter, but that should be treated as an icon rather than an image (for example, tinting can be applied).