YuvaArray

inline class YuvaArray(val ints: IntArray)

Constructors

Link copied to clipboard
constructor(ints: IntArray)

Properties

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

Functions

Link copied to clipboard
operator fun get(index: Int): YUVA
Link copied to clipboard
operator fun set(index: Int, color: YUVA)