Uses of Enum Class
org.praxislive.video.pgl.code.userapi.Constants.BlendMode
Packages that use Constants.BlendMode
-
Uses of Constants.BlendMode in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.BlendModeModifier and TypeMethodDescriptionvoidP2DCodeDelegate.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.BlendModeModifier and TypeFieldDescriptionstatic final Constants.BlendModeConstants.ADDstatic final Constants.BlendModeConstants.BLENDstatic final Constants.BlendModeConstants.MULTIPLYstatic final Constants.BlendModeConstants.REPLACEstatic final Constants.BlendModeConstants.SUBTRACTMethods in org.praxislive.video.pgl.code.userapi that return Constants.BlendModeModifier and TypeMethodDescriptionstatic Constants.BlendModeReturns the enum constant of this class with the specified name.static Constants.BlendMode[]Constants.BlendMode.values()Returns an array containing the constants of this enum class, in the order they are declared.