The ARGB hex color to draw with the format 0xAARRGGBB.toInt(). Tip: Use Compose's color class: ColorImage(Color.Black.toArgb()).
0xAARRGGBB.toInt()
ColorImage(Color.Black.toArgb())