CompositorNodeMixRGB(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeMixRGB(CompositorNode)
blend_type
Type :enum in [‘MIX’, ‘ADD’, ‘MULTIPLY’, ‘SUBTRACT’, ‘SCREEN’, ‘DIVIDE’, ‘DIFFERENCE’, ‘DARKEN’, ‘LIGHTEN’, ‘OVERLAY’, ‘DODGE’, ‘BURN’, ‘HUE’, ‘SATURATION’, ‘VALUE’, ‘COLOR’, ‘SOFT_LIGHT’, ‘LINEAR_LIGHT’], default ‘MIX’
use_alpha

Include alpha of second input in this operation

Type :boolean, default False
use_clamp

Clamp result of the node to 0..1 range

Type :boolean, default False
classmethod get_node_type()

Get the identifier of the node type

Returns:Result
Return type:string, (never None)

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeMath(CompositorNode)

Next topic

CompositorNodeMovieClip(CompositorNode)