dom / latest / videocolorspace / fullrange.html /

VideoColorSpace.fullRange

The fullRange read-only property of the VideoColorSpace interface returns true if full-range color values are used.

Value

A Boolean, true if full-range color values are used.

Examples

In the following example, colorSpace is a VideoColorSpace object returned from VideoFrame. The value of fullRange is printed to the console.

let colorSpace = VideoFrame.colorSpace
console.log(colorSpace.fullRange);

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
fullRange
94
94
No
No
80
15.4
94
94
No
66
15.4
17.0

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/VideoColorSpace/fullRange