Image Bitmap Property
data class ImageBitmapProperty(val size: DpSize, val imageBitmap: ImageBitmap?, val color: Color, val alignment: Alignment, val contentScale: ContentScale, val alpha: Float, val colorFilter: ColorFilter?) : Property
Represents the properties of an image bitmap used in a drawable element. This class defines various attributes such as size, alignment, and color properties.
Constructors
Link copied to clipboard
constructor(size: DpSize, imageBitmap: ImageBitmap?, color: Color, alignment: Alignment, contentScale: ContentScale, alpha: Float, colorFilter: ColorFilter?)