- java.lang.Object
-
- org.praxislive.video.code.userapi.VideoConstants
-
public class VideoConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VideoConstants.BlendMode
-
Field Summary
Fields Modifier and Type Field Description static VideoConstants.BlendMode
ADD
static VideoConstants.BlendMode
BITXOR
static VideoConstants.BlendMode
BLEND
static boolean
CLOSE
static VideoConstants.BlendMode
DIFFERENCE
static VideoConstants.BlendMode
MASK
static VideoConstants.BlendMode
MULTIPLY
static boolean
OPEN
static VideoConstants.BlendMode
SCREEN
static VideoConstants.BlendMode
SUBTRACT
-
-
-
Field Detail
-
BLEND
public static final VideoConstants.BlendMode BLEND
-
ADD
public static final VideoConstants.BlendMode ADD
-
SUBTRACT
public static final VideoConstants.BlendMode SUBTRACT
-
DIFFERENCE
public static final VideoConstants.BlendMode DIFFERENCE
-
MULTIPLY
public static final VideoConstants.BlendMode MULTIPLY
-
SCREEN
public static final VideoConstants.BlendMode SCREEN
-
BITXOR
public static final VideoConstants.BlendMode BITXOR
-
MASK
public static final VideoConstants.BlendMode MASK
-
OPEN
public static final boolean OPEN
- See Also:
- Constant Field Values
-
CLOSE
public static final boolean CLOSE
- See Also:
- Constant Field Values
-
-