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

com.olvind.mui.csstype.mod.Property.MixBlendMode.scala Maven / Gradle / Ivy

package com.olvind.mui.csstype.mod.Property

import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

object MixBlendMode {
  
  inline def `-moz-initial`: "-moz-initial" = "-moz-initial".asInstanceOf["-moz-initial"]
  
  inline def color: "color" = "color".asInstanceOf["color"]
  
  inline def `color-burn`: "color-burn" = "color-burn".asInstanceOf["color-burn"]
  
  inline def `color-dodge`: "color-dodge" = "color-dodge".asInstanceOf["color-dodge"]
  
  inline def darken: "darken" = "darken".asInstanceOf["darken"]
  
  inline def difference: "difference" = "difference".asInstanceOf["difference"]
  
  inline def exclusion: "exclusion" = "exclusion".asInstanceOf["exclusion"]
  
  inline def `hard-light`: "hard-light" = "hard-light".asInstanceOf["hard-light"]
  
  inline def hue: "hue" = "hue".asInstanceOf["hue"]
  
  inline def inherit: "inherit" = "inherit".asInstanceOf["inherit"]
  
  inline def initial: "initial" = "initial".asInstanceOf["initial"]
  
  inline def lighten: "lighten" = "lighten".asInstanceOf["lighten"]
  
  inline def luminosity: "luminosity" = "luminosity".asInstanceOf["luminosity"]
  
  inline def multiply: "multiply" = "multiply".asInstanceOf["multiply"]
  
  inline def normal: "normal" = "normal".asInstanceOf["normal"]
  
  inline def overlay: "overlay" = "overlay".asInstanceOf["overlay"]
  
  inline def revert: "revert" = "revert".asInstanceOf["revert"]
  
  inline def saturation: "saturation" = "saturation".asInstanceOf["saturation"]
  
  inline def screen: "screen" = "screen".asInstanceOf["screen"]
  
  inline def `soft-light`: "soft-light" = "soft-light".asInstanceOf["soft-light"]
  
  inline def unset: "unset" = "unset".asInstanceOf["unset"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy