<div class='sourceset sourceset-android'>Android</div>

```kotlin
public sealed interface RemotePaint
```

A paint object used for remote drawing operations.

[RemotePaint](/jetpack-compose/androidx.compose.remote/remote-creation-compose/interfaces/RemotePaint) bridges standard platform paint properties with remote-first types like
[RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat) and [RemoteColor](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteColor), allowing properties to be associated with remote IDs for
efficient serialization and dynamic expressions.

This interface can be implemented by classes that wrap standard [android.graphics.Paint](/jetpack-compose/androidx.compose.ui/ui-graphics/interfaces/Paint) or
[androidx.compose.ui.graphics.Paint](/jetpack-compose/androidx.compose.ui/ui-graphics/interfaces/Paint), or by a pure data implementation like
`StandardRemotePaint`.