|
| TwoPointConicalGradient (float x0, float y0, float r0, float x1, float y1, float r1, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) throws IllegalArgumentException |
|
| TwoPointConicalGradient (float x0, float y0, float r0, float x1, float y1, float r1, int[] colors, float[] pos, TileMode tm) throws IllegalArgumentException |
|
| TwoPointConicalGradient (float x0, float y0, float r0, float x1, float y1, float r1, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) throws IllegalArgumentException |
|
| TwoPointConicalGradient (float x0, float y0, float r0, float x1, float y1, float r1, float[] colors, float[] pos, TileMode tm) throws IllegalArgumentException |
|
void | release () |
|
◆ TwoPointConicalGradient() [1/4]
org.skia.jetski.TwoPointConicalGradient.TwoPointConicalGradient |
( |
float |
x0, |
|
|
float |
y0, |
|
|
float |
r0, |
|
|
float |
x1, |
|
|
float |
y1, |
|
|
float |
r1, |
|
|
int[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm, |
|
|
@Nullable Matrix |
localMatrix |
|
) |
| throws IllegalArgumentException |
|
inline |
Definition at line 14 of file TwoPointConicalGradient.java.
16 {
18 (c,
p, t,
m) -> nMakeTwoPointConical(x0, y0, r0, x1, y1, r1, c,
p, t,
m));
19 }
PODArray< SkColor > colors
◆ TwoPointConicalGradient() [2/4]
org.skia.jetski.TwoPointConicalGradient.TwoPointConicalGradient |
( |
float |
x0, |
|
|
float |
y0, |
|
|
float |
r0, |
|
|
float |
x1, |
|
|
float |
y1, |
|
|
float |
r1, |
|
|
int[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm |
|
) |
| throws IllegalArgumentException |
|
inline |
◆ TwoPointConicalGradient() [3/4]
org.skia.jetski.TwoPointConicalGradient.TwoPointConicalGradient |
( |
float |
x0, |
|
|
float |
y0, |
|
|
float |
r0, |
|
|
float |
x1, |
|
|
float |
y1, |
|
|
float |
r1, |
|
|
float[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm, |
|
|
@Nullable Matrix |
localMatrix |
|
) |
| throws IllegalArgumentException |
|
inline |
Definition at line 27 of file TwoPointConicalGradient.java.
29 {
31 (c,
p, t,
m) -> nMakeTwoPointConical(x0, y0, r0, x1, y1, r1, c,
p, t,
m));
32 }
◆ TwoPointConicalGradient() [4/4]
org.skia.jetski.TwoPointConicalGradient.TwoPointConicalGradient |
( |
float |
x0, |
|
|
float |
y0, |
|
|
float |
r0, |
|
|
float |
x1, |
|
|
float |
y1, |
|
|
float |
r1, |
|
|
float[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm |
|
) |
| throws IllegalArgumentException |
|
inline |
The documentation for this class was generated from the following file: