Added in API level 1
ColorFilter
open class ColorFilter
| kotlin.Any | |
| ↳ | android.graphics.ColorFilter |
A color filter can be used with a Paint to modify the color of each pixel drawn with that paint. This is an abstract class that should never be used directly.
Summary
| Public constructors | |
|---|---|
Public constructors
ColorFilter
Added in API level 1
ColorFilter()
Deprecated: Use subclass constructors directly instead.