blend Mode
fun blendMode(value: BackgroundBlendModes.() -> BackgroundBlendModeProperty)
Content copied to clipboard
This function is used to set the background-blend-mode property. Predefined values are offered by BackgroundBlendModes.
Example call
background {
blendMode { screen }
}Parameters
value
extension function parameter to bring the predefined blend mode values in BackgroundBlendModes into the scope of the functional expression