Uses of Enum Class
org.praxislive.video.render.ops.BlendMode
Packages that use BlendMode
-
Uses of BlendMode in org.praxislive.video.render.ops
Methods in org.praxislive.video.render.ops that return BlendModeModifier and TypeMethodDescriptionBlit.getBlendMode()RectFill.getBlendMode()ScaledBlit.getBlendMode()ShapeRender.getBlendMode()TransformBlit.getBlendMode()static BlendModeReturns the enum constant of this class with the specified name.static BlendMode[]BlendMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.praxislive.video.render.ops with parameters of type BlendModeModifier and TypeMethodDescriptionBlit.setBlendMode(BlendMode blendMode) RectFill.setBlendMode(BlendMode blendMode) ScaledBlit.setBlendMode(BlendMode blendMode) ShapeRender.setBlendMode(BlendMode blendMode) TransformBlit.setBlendMode(BlendMode blendMode)