InPaintStroke
data class InPaintStroke(val points: List<InPaintPoint>, val brushSize: Int, val canvasWidth: Int, val canvasHeight: Int)(source)
Carries InPaintStroke data through the SDAI presentation layer.
Author
Dmitriy Moroz