YCbCrArray

inline class YCbCrArray(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): YCbCr
Link copied to clipboard
operator fun set(index: Int, color: YCbCr)