summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_PremultiplyAlpha.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_PremultiplyAlpha.rs')
-rw-r--r--vendor/web-sys/src/features/gen_PremultiplyAlpha.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_PremultiplyAlpha.rs b/vendor/web-sys/src/features/gen_PremultiplyAlpha.rs
new file mode 100644
index 000000000..f838d000e
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_PremultiplyAlpha.rs
@@ -0,0 +1,12 @@
+#![allow(unused_imports)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `PremultiplyAlpha` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `PremultiplyAlpha`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum PremultiplyAlpha {
+ None = "none",
+ Premultiply = "premultiply",
+ Default = "default",
+}