TintedImage

data class TintedImage(val image: KalugaImage, val tint: KalugaColor)

A KalugaImage tinted with a given KalugaColor

Constructors

Link copied to clipboard
constructor(image: KalugaImage, tint: KalugaColor)

Properties

Link copied to clipboard

Gets a Drawable of a TintedImage or null if the TintedImage cannot be made into a Drawable

Link copied to clipboard

the KalugaImage to tint

Link copied to clipboard

the KalugaColor to tint the image with