FakeImage

actual constructor(width: Int, height: Int, size: Long, shareable: Boolean, color: Int)
expect constructor(width: Int = 100, height: Int = 100, size: Long = 4L * width * height, shareable: Boolean = true, color: Int = Black)
actual constructor(width: Int, height: Int, size: Long, shareable: Boolean, color: Int)