toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.color
/
YCbCr
YCb
Cr
inline
class
YCbCr
(
val
value
:
Int
)
Members
Members & Extensions
Constructors
YCb
Cr
Link copied to clipboard
constructor
(
y
:
Int
,
cb
:
Int
,
cr
:
Int
,
a
:
Int
=
255
)
constructor
(
value
:
Int
)
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