Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun createUsing(_ptr: NativePointer, _nGetImageInfo: (_ptr: NativePointer, intArrayPointer: InteropPointer, nativePointerArrayPtr: InteropPointer) -> Unit): ImageInfo
Link copied to clipboard
fun makeA8(width: Int, height: Int): ImageInfo
Link copied to clipboard
fun makeN32(width: Int, height: Int, alphaType: ColorAlphaType): ImageInfo
fun makeN32(width: Int, height: Int, alphaType: ColorAlphaType, colorSpace: ColorSpace?): ImageInfo
Link copied to clipboard
fun makeN32Premul(width: Int, height: Int): ImageInfo
fun makeN32Premul(width: Int, height: Int, colorSpace: ColorSpace?): ImageInfo
Link copied to clipboard
fun makeS32(width: Int, height: Int, alphaType: ColorAlphaType): ImageInfo
Link copied to clipboard
fun makeUnknown(width: Int, height: Int): ImageInfo