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
/
YCbCr
YCb
Cr
inline
class
YCbCr
(
val
value
:
Int
)
Members
Members & Extensions
Constructors
YCb
Cr
Link copied to clipboard
constructor
(
value
:
Int
)
constructor
(
y
:
Int
,
cb
:
Int
,
cr
:
Int
,
a
:
Int
=
255
)
Types
Companion
Link copied to clipboard
object
Companion
:
ColorFormat32
Properties
a
Link copied to clipboard
val
a
:
Int
cb
Link copied to clipboard
val
cb
:
Int
cr
Link copied to clipboard
val
cr
:
Int
value
Link copied to clipboard
val
value
:
Int
y
Link copied to clipboard
val
y
:
Int
Functions
to
RGBA
Link copied to clipboard
fun
YCbCr
.
toRGBA
(
)
:
RGBA