public class IconicsBrush<T extends android.graphics.Paint>
extends java.lang.Object
AnimationProcessor| Constructor and Description |
|---|
IconicsBrush(T paint) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAlpha() |
android.content.res.ColorStateList |
getColorsList() |
T |
getPaint() |
void |
setAlpha(int alpha) |
void |
setColors(android.content.res.ColorStateList colors) |
public IconicsBrush(T paint)
public void setColors(android.content.res.ColorStateList colors)
colors - which will be applied on getPaint() for drawing current statepublic android.content.res.ColorStateList getColorsList()
getPaint() for drawing current statepublic T getPaint()
public void setAlpha(int alpha)
alpha - channel for colorspublic int getAlpha()