RgbaPremultipliedArray

inline class RgbaPremultipliedArray(val ints: IntArray)

Constructors

Link copied to clipboard
constructor(ints: IntArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
fun depremultiplyInplace(start: Int = 0, end: Int = size): RgbaArray
Link copied to clipboard
fun fill(value: RGBAPremultiplied, start: Int = 0, end: Int = this.size)
Link copied to clipboard
operator fun get(index: Int): RGBAPremultiplied
Link copied to clipboard
operator fun set(index: Int, color: RGBAPremultiplied)
Link copied to clipboard
open override fun toString(): String