public final class SCNTransparencyMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AOne
Takes the transparency information from the alpha channel.
|
static long |
Default |
static long |
DualLayer
Ensures that two layers of transparency are ordered and drawn correctly.
|
static long |
RGBZero
Ignores the alpha channel and takes the transparency information from the luminance of the red, green, and blue channels.
|
static long |
SingleLayer
Ensures that one layer of transparency is drawn correctly.
|
public static final long AOne
public static final long RGBZero
public static final long SingleLayer
public static final long DualLayer
public static final long Default