ColorFilterScope
-
Cmn
@ExperimentalFoundationStyleApi
interface ColorFilterScope
LayerStyleScope |
An interface that introduces the graphics layer property to a |
StyleScope |
A |
An interface the introduces the colorFilter property to a Style receiver scope.
| See also | |
|---|---|
StyleScope |
Summary
Public functions |
||
|---|---|---|
Unit |
colorFilter(value: ColorFilter?)Sets the |
Cmn
|
Public functions
colorFilter
fun colorFilter(value: ColorFilter?): Unit
Sets the ColorFilter to apply to the component.
This property is not inherited
| Parameters | |
|---|---|
value: ColorFilter? |
The color filter to apply. |
| See also | |
|---|---|
graphicsLayer |