ColorBufferDescription

data class ColorBufferDescription(val width: Int, val height: Int, val contentScale: Double, val format: ColorFormat, val type: ColorType)(source)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, contentScale: Double, format: ColorFormat, type: ColorType)

Properties

Link copied to clipboard
Link copied to clipboard
val format: ColorFormat
Link copied to clipboard
val height: Int
Link copied to clipboard
val type: ColorType
Link copied to clipboard
val width: Int