KalugaImage

actual data class KalugaImage(val drawable: Drawable)

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Class describing an image.

expect class KalugaImage

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Class describing an image.

actual typealias KalugaImage = UIImage

Class describing an image.

Constructors

Link copied to clipboard
constructor(drawable: Drawable)

Properties

Link copied to clipboard

the Drawable representing the image

Functions

Link copied to clipboard

Attempts to create a new KalugaImage that is tinted in a given KalugaColor