Firefox Tomorrow

web api instance property

VideoColorSpace: fullRange property

View on MDN ↗

Available in workers

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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.