Example usage for Java android.graphics SweepGradient fields, constructors, methods, implement or subclass
The text is from its open source code.
SweepGradient(float cx, float cy, @NonNull @ColorInt int colors[], @Nullable float positions[]) A Shader that draws a sweep gradient around a center point. | |
SweepGradient(float cx, float cy, @ColorInt int color0, @ColorInt int color1) A Shader that draws a sweep gradient around a center point. |
boolean | getLocalMatrix(@NonNull Matrix localM) Return true if the shader has a non-identity local matrix. |
void | setLocalMatrix(@Nullable Matrix localM) Set the shader's local matrix. |