createImageData

abstract fun createImageData(sw: Double, sh: Double): ImageData(source)
abstract fun createImageData(imagedata: ImageData): ImageData(source)

Since Kotlin

1.1
abstract fun createImageData(sw: Double, sh: Double): ImageData(source)
abstract fun createImageData(imagedata: ImageData): ImageData(source)

Since Kotlin

1.8