CoreImageInfo
data class CoreImageInfo(val width: Int, val height: Int, val bpp: Int = 32, val format: CoreImageFormat? = null, val premultiplied: Boolean = true)
Provides information about an image.
Constructors
Link copied to clipboard
constructor(width: Int, height: Int, bpp: Int = 32, format: CoreImageFormat? = null, premultiplied: Boolean = true)