ColorFilter
class ColorFilter
Effects used to modify the color of an image.
Summary
Public companion functions |
|
|---|---|
ColorFilter |
tint(colorProvider: ColorProvider)Set a tinting option for the image using the platform-specific default blending mode. |
Public companion functions
tint
Added in 1.0.0
fun tint(colorProvider: ColorProvider): ColorFilter
Set a tinting option for the image using the platform-specific default blending mode.
| Parameters | |
|---|---|
colorProvider: ColorProvider |
Provider used to get the color for blending the source content. |