Example usage for Java android.graphics ComposeShader fields, constructors, methods, implement or subclass
The text is from its open source code.
ComposeShader(@NonNull Shader shaderA, @NonNull Shader shaderB, @NonNull Xfermode mode) Create a new compose shader, given shaders A, B, and a combining mode. | |
ComposeShader(@NonNull Shader shaderA, @NonNull Shader shaderB, @NonNull PorterDuff.Mode mode) Create a new compose shader, given shaders A, B, and a combining PorterDuff mode. | |
ComposeShader(Shader shaderA, Shader shaderB, int nativeMode) |