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 void
P2DCodeDelegate. blendMode(Constants.BlendMode mode)
void
P3DCodeDelegate. 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.BlendMode
Constants. ADD
static Constants.BlendMode
Constants. BLEND
static Constants.BlendMode
Constants. MULTIPLY
static Constants.BlendMode
Constants. REPLACE
static Constants.BlendMode
Constants. SUBTRACT
Methods in org.praxislive.video.pgl.code.userapi that return Constants.BlendMode Modifier and Type Method Description static Constants.BlendMode
Constants.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.
-