public static enum Mask.BlendMethod extends Enum<Mask.BlendMethod>
Enum Constant and Description |
---|
ADD |
ADD_SIGNED |
INTERPOLATE |
MODULATE |
REPLACE |
SUBTRACT |
Modifier and Type | Method and Description |
---|---|
String |
fullString() |
static Mask.BlendMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mask.BlendMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mask.BlendMethod REPLACE
public static final Mask.BlendMethod MODULATE
public static final Mask.BlendMethod ADD
public static final Mask.BlendMethod ADD_SIGNED
public static final Mask.BlendMethod SUBTRACT
public static final Mask.BlendMethod INTERPOLATE
public static Mask.BlendMethod[] values()
for (Mask.BlendMethod c : Mask.BlendMethod.values()) System.out.println(c);
public static Mask.BlendMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String fullString()
Copyright © 2015–2021 Fiji. All rights reserved.