Package | Description |
---|---|
voltex |
Modifier and Type | Method and Description |
---|---|
Mask.BlendSource |
Mask.getAlphaSource(int index) |
Mask.BlendSource |
Mask.getColorSource(int index) |
static Mask.BlendSource |
Mask.BlendSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mask.BlendSource[] |
Mask.BlendSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Mask.setAlphaSource(int index,
Mask.BlendSource c) |
void |
Mask.setColorSource(int index,
Mask.BlendSource c) |
Copyright © 2015–2021 Fiji. All rights reserved.