|
| RadialGradient (float x, float y, float r, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) throws IllegalArgumentException |
|
| RadialGradient (float x, float y, float r, int[] colors, float[] pos, TileMode tm) throws IllegalArgumentException |
|
| RadialGradient (float x, float y, float r, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) throws IllegalArgumentException |
|
| RadialGradient (float x, float y, float r, float[] colors, float[] pos, TileMode tm) throws IllegalArgumentException |
|
void | release () |
|
Definition at line 13 of file RadialGradient.java.
◆ RadialGradient() [1/4]
org.skia.jetski.RadialGradient.RadialGradient |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
r, |
|
|
int[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm, |
|
|
@Nullable Matrix |
localMatrix |
|
) |
| throws IllegalArgumentException |
|
inline |
Definition at line 14 of file RadialGradient.java.
15 {
17 (c,
p, t,
m) -> nMakeRadial(
x,
y, r, c,
p, t,
m));
18 }
PODArray< SkColor > colors
◆ RadialGradient() [2/4]
org.skia.jetski.RadialGradient.RadialGradient |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
r, |
|
|
int[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm |
|
) |
| throws IllegalArgumentException |
|
inline |
◆ RadialGradient() [3/4]
org.skia.jetski.RadialGradient.RadialGradient |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
r, |
|
|
float[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm, |
|
|
@Nullable Matrix |
localMatrix |
|
) |
| throws IllegalArgumentException |
|
inline |
◆ RadialGradient() [4/4]
org.skia.jetski.RadialGradient.RadialGradient |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
r, |
|
|
float[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm |
|
) |
| throws IllegalArgumentException |
|
inline |
The documentation for this class was generated from the following file:
- third_party/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/RadialGradient.java