androidx.compose.remote.creation.compose.painter

Classes

RemotePainter

A class that holds drawing operations for a remote component.

Top-level functions summary

Top-level functions

fun painterRemoteBitmap(image: RemoteBitmap): RemotePainter

Creates a RemoteBitmapPainter from a RemoteBitmap.

Parameters
image: RemoteBitmap

The RemoteBitmap to create the painter for.

fun painterRemoteColor(color: RemoteColor): RemotePainter

Creates a RemoteColorPainter from a RemoteColor.

Parameters
color: RemoteColor

The RemoteColor to create the painter for.