Modifier and Type | Field and Description |
---|---|
Rect |
opticalRect |
float |
outlineAlpha |
float |
outlineRadius |
Rect |
outlineRect |
Modifier and Type | Method and Description |
---|---|
static Rect |
scaleInsets(int left,
int top,
int right,
int bottom,
float scale)
Scales up the rect by the given scale, ceiling values, so actual outline Rect
grows toward the inside.
|
public final Rect opticalRect
public final Rect outlineRect
public final float outlineRadius
public final float outlineAlpha
public static Rect scaleInsets(int left, int top, int right, int bottom, float scale)