-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum View.BloomOptions.BlendMode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADDBloom is modulated by the strength parameter and added to the scene
INTERPOLATEBloom is interpolated with the scene using the strength parameter
-
Method Summary
Modifier and Type Method Description static Array<View.BloomOptions.BlendMode>values()static View.BloomOptions.BlendModevalueOf(String name)-
-
Method Detail
-
values
static Array<View.BloomOptions.BlendMode> values()
-
valueOf
static View.BloomOptions.BlendMode valueOf(String name)
-
-
-
-