painterRemoteVector
Android
public fun painterRemoteVector(
vector: RemoteImageVector,
tintColor: RemoteColor = RemoteColor(Color.Black),
): RemotePainter
Creates a RemoteVectorPainter from a RemoteImageVector.
Parameters
| vector | The RemoteImageVector to create the painter for. |
| tintColor | the tine color to apply to the image. |
painterRemoteVector
Android
public fun painterRemoteVector(
image: ImageVector,
tintColor: RemoteColor = RemoteColor(Color.Black),
): RemotePainter
Creates a RemoteVectorPainter from a RemoteImageVector.
Parameters
| image | the ImageVector to create the painter for. |
| tintColor | the tine color to apply to the image. |