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
/
YUVA
YUVA
inline
class
YUVA
(
val
value
:
Int
)
Members
Members & Extensions
Constructors
YUVA
Link copied to clipboard
constructor
(
value
:
Int
)
constructor
(
y
:
Int
,
u
:
Int
,
v
:
Int
,
a
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
:
ColorFormat32
Properties
a
Link copied to clipboard
val
a
:
Int
u
Link copied to clipboard
val
u
:
Int
v
Link copied to clipboard
val
v
:
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
YUVA
.
toRGBA
(
)
:
RGBA