blob: 354af5c6eb25ed5c87eb18894f70c0ea7e718bc5 [file] [log] [blame]
#![allow(unused_imports)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `ScreenColorGamut` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `ScreenColorGamut`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ScreenColorGamut {
Srgb = "srgb",
P3 = "p3",
Rec2020 = "rec2020",
}