All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.svg.SVGFEDisplacementMapElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.svg

sealed external class SVGFEDisplacementMapElement :
    SVGElement,
    SVGFilterPrimitiveStandardAttributes {
    val in1: SVGAnimatedString
    val in2: SVGAnimatedString
    val scale: SVGAnimatedNumber
    val xChannelSelector: SVGAnimatedEnumeration
    val yChannelSelector: SVGAnimatedEnumeration
    val SVG_CHANNEL_UNKNOWN: Short
    val SVG_CHANNEL_R: Short
    val SVG_CHANNEL_G: Short
    val SVG_CHANNEL_B: Short
    val SVG_CHANNEL_A: Short

    companion object {
        val SVG_CHANNEL_UNKNOWN: Short
        val SVG_CHANNEL_R: Short
        val SVG_CHANNEL_G: Short
        val SVG_CHANNEL_B: Short
        val SVG_CHANNEL_A: Short
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy