ImageBitmap
Source set: Common
fun ImageBitmap(
width: Int,
height: Int,
config: ImageBitmapConfig = ImageBitmapConfig.Argb8888,
hasAlpha: Boolean = true,
colorSpace: ColorSpace = ColorSpaces.Srgb,
): ImageBitmapCompose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
fun ImageBitmap(
width: Int,
height: Int,
config: ImageBitmapConfig = ImageBitmapConfig.Argb8888,
hasAlpha: Boolean = true,
colorSpace: ColorSpace = ColorSpaces.Srgb,
): ImageBitmapLast updated: