| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static BlendFactor |
BlendFactor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlendFactor[] |
BlendFactor.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.blendFunc(BlendFactor sfactor,
BlendFactor dfactor)
Defines the function used for blending pixel arithmetic.
|
void |
RenderingContextWebGL.blendFuncSeparate(BlendFactor srcRGB,
BlendFactor dstRGB,
BlendFactor srcAlpha,
BlendFactor dstAlpha)
Defines the function used for blending pixel arithmetic for RGB and alpha components
separately.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.