
jsMain.web.canvas.PremultiplyAlpha.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.canvas
// language=JavaScript
@JsName("""(/*union*/{default: 'default', none: 'none', premultiply: 'premultiply'}/*union*/)""")
external enum class PremultiplyAlpha {
default,
none,
premultiply,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy