public static enum SoTextureCombiner.OperandRGBAs extends java.lang.Enum<SoTextureCombiner.OperandRGBAs> implements IntegerValuedEnum
Enum Constant and Description |
---|
ONE_MINUS_SRC_ALPHA
(1 - Calpha, 1 - Calpha, 1 - Calpha).
|
ONE_MINUS_SRC_COLOR
(1 - Cred, 1 - Cgreen, 1 - Cblue).
|
SRC_ALPHA
(Calpha, Calpha, Calpha).
|
SRC_COLOR
(Cred, Cgreen, Cblue).
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoTextureCombiner.OperandRGBAs |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTextureCombiner.OperandRGBAs |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTextureCombiner.OperandRGBAs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoTextureCombiner.OperandRGBAs SRC_COLOR
public static final SoTextureCombiner.OperandRGBAs ONE_MINUS_SRC_COLOR
public static final SoTextureCombiner.OperandRGBAs SRC_ALPHA
public static final SoTextureCombiner.OperandRGBAs ONE_MINUS_SRC_ALPHA
public static SoTextureCombiner.OperandRGBAs[] values()
for (SoTextureCombiner.OperandRGBAs c : SoTextureCombiner.OperandRGBAs.values()) System.out.println(c);
public static SoTextureCombiner.OperandRGBAs valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static SoTextureCombiner.OperandRGBAs valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com