ImageEditionStyling

data class ImageEditionStyling(val statusBarColor: Int? = null, val toolbarColor: Int? = null, val toolbarWidgetColor: Int? = null)

Options to customize the image edition screen.

Constructors

Link copied to clipboard
constructor(statusBarColor: Int? = null, toolbarColor: Int? = null, toolbarWidgetColor: Int? = null)

Properties

Link copied to clipboard
val statusBarColor: Int? = null

The color of the status bar.

Link copied to clipboard
val toolbarColor: Int? = null

The color of the toolbar.

Link copied to clipboard
val toolbarWidgetColor: Int? = null

The color of the toolbar widgets.