Android
public sealed interface RemotePaint
A paint object used for remote drawing operations.
RemotePaint bridges standard platform paint properties with remote-first types like RemoteFloat and 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 or androidx.compose.ui.graphics.Paint, or by a pure data implementation like StandardRemotePaint.