| java.lang.Object | ||
| android.graphics.PorterDuffColorFilter | ||
| PorterDuffColorFilter() |
| static | ColorFilter | create(int srcColor, Mode mode) | |||
| Create a colorfilter that uses the specified color and porter-duff mode. | |||||
Methods inherited
from class
java.lang.Object
| srcColor | The source color used with the specified porter-duff mode |
|---|---|
| mode | The porter-duff mode that is applied to each color in the colorfilter's filterSpan method |