- 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 classVideoConstants.BlendMode
-
Field Summary
Fields Modifier and Type Field Description static VideoConstants.BlendModeADDstatic VideoConstants.BlendModeBITXORstatic VideoConstants.BlendModeBLENDstatic booleanCLOSEstatic VideoConstants.BlendModeDIFFERENCEstatic VideoConstants.BlendModeMASKstatic VideoConstants.BlendModeMULTIPLYstatic booleanOPENstatic VideoConstants.BlendModeSCREENstatic VideoConstants.BlendModeSUBTRACT
-
-
-
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
-
-