public static enum SoTextureCombiner.SourceParameters extends java.lang.Enum<SoTextureCombiner.SourceParameters> implements IntegerValuedEnum
Enum Constant and Description |
---|
CONSTANT
Texture environment constant color.
|
PREVIOUS
Result of previous texture combiner.
|
PRIMARY_COLOR
Primary color of the incoming fragment.
|
TEXTURE
Texture color of the current texture unit.
|
TEXTURE0
Texture color of texture unit 0.
|
TEXTURE1
Texture color of texture unit 1.
|
TEXTURE2
Texture color of texture unit 2.
|
TEXTURE3
Texture color of texture unit 3.
|
TEXTURE4
Texture color of texture unit 4.
|
TEXTURE5
Texture color of texture unit 5.
|
TEXTURE6
Texture color of texture unit 6.
|
TEXTURE7
Texture color of texture unit 7.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoTextureCombiner.SourceParameters |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTextureCombiner.SourceParameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTextureCombiner.SourceParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoTextureCombiner.SourceParameters CONSTANT
constantColor
field to specify the color.public static final SoTextureCombiner.SourceParameters PRIMARY_COLOR
public static final SoTextureCombiner.SourceParameters PREVIOUS
public static final SoTextureCombiner.SourceParameters TEXTURE
public static final SoTextureCombiner.SourceParameters TEXTURE0
public static final SoTextureCombiner.SourceParameters TEXTURE1
public static final SoTextureCombiner.SourceParameters TEXTURE2
public static final SoTextureCombiner.SourceParameters TEXTURE3
public static final SoTextureCombiner.SourceParameters TEXTURE4
public static final SoTextureCombiner.SourceParameters TEXTURE5
public static final SoTextureCombiner.SourceParameters TEXTURE6
public static final SoTextureCombiner.SourceParameters TEXTURE7
public static SoTextureCombiner.SourceParameters[] values()
for (SoTextureCombiner.SourceParameters c : SoTextureCombiner.SourceParameters.values()) System.out.println(c);
public static SoTextureCombiner.SourceParameters 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.SourceParameters 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