ImageInPaintParamsForm

internal fun ImageInPaintParamsForm(modifier: Modifier = Modifier, model: ImageInPaintState, processIntent: (ImageToImageIntent) -> Unit)(source)

Renders the ImageInPaintParamsForm UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

model

model value consumed by the API.

processIntent

process intent value consumed by the API.