ImageInPaintScreenContent

internal fun ImageInPaintScreenContent(modifier: Modifier = Modifier, image: ImageBitmap, state: ImageInPaintState, processIntent: (ImageToImageIntent) -> Unit, onClose: () -> Unit)(source)

Renders the ImageInPaintScreenContent UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

image

image value consumed by the API.

state

state rendered or processed by the component.

processIntent

process intent value consumed by the API.

onClose

callback invoked by the component.