java.lang.Object | ||
↳ | android.graphics.Shader | |
↳ | android.graphics.RadialGradient |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a shader that draws a radial gradient given the center and radius.
| |||||||||||
Create a shader that draws a radial gradient given the center and radius.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.graphics.Shader
| |||||||||||
From class
java.lang.Object
|
Create a shader that draws a radial gradient given the center and radius.
x | The x-coordinate of the center of the radius |
---|---|
y | The y-coordinate of the center of the radius |
radius | Must be positive. The radius of the circle for this gradient |
colors | The colors to be distributed between the center and edge of the circle |
positions | May be NULL. The relative position of each corresponding color in the colors array. If this is NULL, the the colors are distributed evenly between the center and edge of the circle. |
tile | The Shader tiling mode |
Create a shader that draws a radial gradient given the center and radius.
x | The x-coordinate of the center of the radius |
---|---|
y | The y-coordinate of the center of the radius |
radius | Must be positive. The radius of the circle for this gradient |
color0 | The color at the center of the circle. |
color1 | The color at the edge of the circle. |
tile | The Shader tiling mode |