Uses of Class
org.praxislive.video.pgl.code.userapi.Constants.BlendMode
-
Packages that use Constants.BlendMode Package Description org.praxislive.video.pgl.code org.praxislive.video.pgl.code.userapi -
-
Uses of Constants.BlendMode in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.BlendMode Modifier and Type Method Description voidP2DCodeDelegate. blendMode(Constants.BlendMode mode)voidP3DCodeDelegate. blendMode(Constants.BlendMode mode) -
Uses of Constants.BlendMode in org.praxislive.video.pgl.code.userapi
Fields in org.praxislive.video.pgl.code.userapi declared as Constants.BlendMode Modifier and Type Field Description static Constants.BlendModeConstants. ADDstatic Constants.BlendModeConstants. BLENDstatic Constants.BlendModeConstants. MULTIPLYstatic Constants.BlendModeConstants. REPLACEstatic Constants.BlendModeConstants. SUBTRACTMethods in org.praxislive.video.pgl.code.userapi that return Constants.BlendMode Modifier and Type Method Description static Constants.BlendModeConstants.BlendMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Constants.BlendMode[]Constants.BlendMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-