toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.codecs
/
VideoColorSpace
Video
Color
Space
external
class
VideoColorSpace
(
init
:
VideoColorSpaceInit
=
definedExternally
)
(
source
)
MDN Reference
Members
Constructors
Video
Color
Space
Link copied to clipboard
constructor
(
init
:
VideoColorSpaceInit
=
definedExternally
)
Properties
full
Range
Link copied to clipboard
val
fullRange
:
Boolean
?
MDN Reference
matrix
Link copied to clipboard
val
matrix
:
VideoMatrixCoefficients
?
MDN Reference
primaries
Link copied to clipboard
val
primaries
:
VideoColorPrimaries
?
MDN Reference
transfer
Link copied to clipboard
val
transfer
:
VideoTransferCharacteristics
?
MDN Reference
Functions
to
JSON
Link copied to clipboard
fun
toJSON
(
)
:
VideoColorSpaceInit
MDN Reference