YCbCr

inline class YCbCr(val value: Int)

Constructors

Link copied to clipboard
constructor(y: Int, cb: Int, cr: Int, a: Int = 255)
constructor(value: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val a: Int
Link copied to clipboard
val cb: Int
Link copied to clipboard
val cr: Int
Link copied to clipboard
val value: Int
Link copied to clipboard
val y: Int

Functions

Link copied to clipboard