|
| LinearGradient (float x0, float y0, float x1, float y1, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) throws IllegalArgumentException |
|
| LinearGradient (float x0, float y0, float x1, float y1, int[] colors, float[] pos, TileMode tm) throws IllegalArgumentException |
|
| LinearGradient (float x0, float y0, float x1, float y1, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) throws IllegalArgumentException |
|
| LinearGradient (float x0, float y0, float x1, float y1, float[] colors, float[] pos, TileMode tm) throws IllegalArgumentException |
|
void | release () |
|
Definition at line 13 of file LinearGradient.java.
◆ LinearGradient() [1/4]
org.skia.jetski.LinearGradient.LinearGradient |
( |
float |
x0, |
|
|
float |
y0, |
|
|
float |
x1, |
|
|
float |
y1, |
|
|
int[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm, |
|
|
@Nullable Matrix |
localMatrix |
|
) |
| throws IllegalArgumentException |
|
inline |
Definition at line 14 of file LinearGradient.java.
16 {
18 (c,
p, t,
m) -> nMakeLinear(x0, y0, x1, y1, c,
p, t,
m));
19 }
PODArray< SkColor > colors
◆ LinearGradient() [2/4]
org.skia.jetski.LinearGradient.LinearGradient |
( |
float |
x0, |
|
|
float |
y0, |
|
|
float |
x1, |
|
|
float |
y1, |
|
|
int[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm |
|
) |
| throws IllegalArgumentException |
|
inline |
◆ LinearGradient() [3/4]
org.skia.jetski.LinearGradient.LinearGradient |
( |
float |
x0, |
|
|
float |
y0, |
|
|
float |
x1, |
|
|
float |
y1, |
|
|
float[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm, |
|
|
@Nullable Matrix |
localMatrix |
|
) |
| throws IllegalArgumentException |
|
inline |
Definition at line 26 of file LinearGradient.java.
28 {
30 (c,
p, t,
m) -> nMakeLinear(x0, y0, x1, y1, c,
p, t,
m));
31 }
◆ LinearGradient() [4/4]
org.skia.jetski.LinearGradient.LinearGradient |
( |
float |
x0, |
|
|
float |
y0, |
|
|
float |
x1, |
|
|
float |
y1, |
|
|
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/LinearGradient.java