A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/VideoColorSpace/primaries below:

VideoColorSpace: primaries property - Web APIs

VideoColorSpace: primaries property

Baseline 2024

Newly available

Note: This feature is available in Dedicated Web Workers.

The primaries read-only property of the VideoColorSpace interface returns the color gamut of the video.

Value

A string containing one of the following values:

"bt709"

Color primaries used by BT.709 and sRGB.

"bt470bg"

Color primaries used by BT.601 PAL.

"smpte170m"

Color primaries used by BT.601 NTSC.

Examples

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

let colorSpace = VideoFrame.colorSpace;
console.log(colorSpace.primaries);
Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4