web_sys/features/gen_ScreenColorGamut.rs
1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use wasm_bindgen::prelude::*;
4#[wasm_bindgen]
5#[doc = "The `ScreenColorGamut` enum."]
6#[doc = ""]
7#[doc = "*This API requires the following crate features to be activated: `ScreenColorGamut`*"]
8#[derive(Debug, Clone, Copy, PartialEq, Eq)]
9pub enum ScreenColorGamut {
10 Srgb = "srgb",
11 P3 = "p3",
12 Rec2020 = "rec2020",
13}