korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.color
/
YCbCrArray
YCb
Cr
Array
inline
class
YCbCrArray
(
val
ints
:
IntArray
)
Members
Constructors
YCb
Cr
Array
Link copied to clipboard
constructor
(
ints
:
IntArray
)
Properties
ints
Link copied to clipboard
val
ints
:
IntArray
size
Link copied to clipboard
val
size
:
Int
Functions
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
YCbCr
set
Link copied to clipboard
operator
fun
set
(
index
:
Int
,
color
:
YCbCr
)