Modifier and Type | Method and Description |
---|---|
AlphaSource |
TextureBase.getAlphaSource()
Gets whether the texture defines the alpha channel.
|
static AlphaSource |
AlphaSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlphaSource[] |
AlphaSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextureBase.setAlphaSource(AlphaSource value)
Sets whether the texture defines the alpha channel.
|
Copyright © 2019. All rights reserved.