Preparing search index...
The search index is not available
melonjs
melonjs
<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
toJSON
Properties
Readonly
full
Range
full
Range
:
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
toJSON
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
toJSON
melonjs
Loading...
MDN Reference