androidx.compose.remote.creation.compose.vector

Classes

RemotePathBuilder

RemotePathBuilder provides a fluent API to creates a list of RemotePathNode, used to describe a path.

Top-level functions summary

Top-level functions

fun painterRemoteVector(
    image: ImageVector,
    tintColor: RemoteColor = RemoteColor(Color.Black)
): RemotePainter

Creates a RemoteVectorPainter from a RemoteImageVector.

Parameters
image: ImageVector

the ImageVector to create the painter for.

tintColor: RemoteColor = RemoteColor(Color.Black)

the tine color to apply to the image.

fun painterRemoteVector(
    vector: RemoteImageVector,
    tintColor: RemoteColor = RemoteColor(Color.Black)
): RemotePainter

Creates a RemoteVectorPainter from a RemoteImageVector.

Parameters
vector: RemoteImageVector

The RemoteImageVector to create the painter for.

tintColor: RemoteColor = RemoteColor(Color.Black)

the tine color to apply to the image.