1 #![allow(unused_imports)] 2 use super::*; 3 use wasm_bindgen::prelude::*; 4 #[wasm_bindgen] 5 extern "C" { 6 # [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = EXT_blend_minmax , typescript_type = "EXT_blend_minmax")] 7 #[derive(Debug, Clone, PartialEq, Eq)] 8 #[doc = "The `ExtBlendMinmax` class."] 9 #[doc = ""] 10 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/EXT_blend_minmax)"] 11 #[doc = ""] 12 #[doc = "*This API requires the following crate features to be activated: `ExtBlendMinmax`*"] 13 pub type ExtBlendMinmax; 14 } 15 impl ExtBlendMinmax { 16 #[doc = "The `EXT_blend_minmax.MIN_EXT` const."] 17 #[doc = ""] 18 #[doc = "*This API requires the following crate features to be activated: `ExtBlendMinmax`*"] 19 pub const MIN_EXT: u32 = 32775u64 as u32; 20 #[doc = "The `EXT_blend_minmax.MAX_EXT` const."] 21 #[doc = ""] 22 #[doc = "*This API requires the following crate features to be activated: `ExtBlendMinmax`*"] 23 pub const MAX_EXT: u32 = 32776u64 as u32; 24 } 25