Uses of Class
org.praxislive.video.code.userapi.VideoConstants.BlendMode
-
Packages that use VideoConstants.BlendMode Package Description org.praxislive.video.code org.praxislive.video.code.userapi -
-
Uses of VideoConstants.BlendMode in org.praxislive.video.code
Methods in org.praxislive.video.code with parameters of type VideoConstants.BlendMode Modifier and Type Method Description voidVideoCodeDelegate. blendMode(VideoConstants.BlendMode blend)voidVideoCodeDelegate. blendMode(VideoConstants.BlendMode blend, double opacity) -
Uses of VideoConstants.BlendMode in org.praxislive.video.code.userapi
Fields in org.praxislive.video.code.userapi declared as VideoConstants.BlendMode Modifier and Type Field Description static VideoConstants.BlendModeVideoConstants. ADDstatic VideoConstants.BlendModeVideoConstants. BITXORstatic VideoConstants.BlendModeVideoConstants. BLENDstatic VideoConstants.BlendModeVideoConstants. DIFFERENCEstatic VideoConstants.BlendModeVideoConstants. MASKstatic VideoConstants.BlendModeVideoConstants. MULTIPLYstatic VideoConstants.BlendModeVideoConstants. SCREENstatic VideoConstants.BlendModeVideoConstants. SUBTRACTMethods in org.praxislive.video.code.userapi that return VideoConstants.BlendMode Modifier and Type Method Description static VideoConstants.BlendModeVideoConstants.BlendMode. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoConstants.BlendMode[]VideoConstants.BlendMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.praxislive.video.code.userapi with parameters of type VideoConstants.BlendMode Modifier and Type Method Description voidPGraphics. blendMode(VideoConstants.BlendMode blend)voidPGraphics. blendMode(VideoConstants.BlendMode blend, double opacity)
-