vot.js - v2.4.12
Preparing search index...
@vot.js/ext
<internal>
VideoColorSpace
Interface VideoColorSpace
MDN Reference
interface
VideoColorSpace
{
fullRange
:
null
|
boolean
;
matrix
:
null
|
VideoMatrixCoefficients
;
primaries
:
null
|
VideoColorPrimaries
;
transfer
:
null
|
VideoTransferCharacteristics
;
toJSON
()
:
VideoColorSpaceInit
;
}
Index
Properties
full
Range
matrix
primaries
transfer
Methods
to
JSON
Properties
Readonly
full
Range
fullRange
:
null
|
boolean
MDN Reference
Readonly
matrix
matrix
:
null
|
VideoMatrixCoefficients
MDN Reference
Readonly
primaries
primaries
:
null
|
VideoColorPrimaries
MDN Reference
Readonly
transfer
transfer
:
null
|
VideoTransferCharacteristics
MDN Reference
Methods
to
JSON
toJSON
()
:
VideoColorSpaceInit
MDN Reference
Returns
VideoColorSpaceInit
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
full
Range
matrix
primaries
transfer
Methods
to
JSON
vot.js - v2.4.12
Loading...
MDN Reference