| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static BlendMode |
BlendMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlendMode[] |
BlendMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContextWebGL.blendEquation(BlendMode blendMode)
Sets both the RGB blend equation and alpha blend equation to a single equation.
|
void |
RenderingContextWebGL.blendEquationSeparate(BlendMode modeRGB,
BlendMode modeAlpha)
Sets the RGB blend equation and alpha blend equation separately.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.