Package bpy :: Module types :: Class CompositorNodeMixRGB
[hide private]
[frames] | no frames]

Class CompositorNodeMixRGB


The Mix RGB Object

(no references to this struct found)

Instance Variables [hide private]
boolean alpha
Include alpha of second input in this operation
enum blend_type
Blend Type in...
Collection of NodeSocket (readonly) inputs
Inputs (Inherited from bpy.types.Node)
float array of 2 items in [-10000, 10000] location
Location (Inherited from bpy.types.Node)
string name
Node name. (Inherited from bpy.types.Node)
Collection of NodeSocket (readonly) outputs
Outputs (Inherited from bpy.types.Node)
enum (readonly) type
Type in... (Inherited from bpy.types.CompositorNode)
Instance Variable Details [hide private]

blend_type

Blend Type in...
  • MIX
  • ADD
  • SUBTRACT
  • MULTIPLY
  • SCREEN
  • OVERLAY
  • DIVIDE
  • DIFFERENCE
  • DARKEN
  • LIGHTEN
  • DODGE
  • BURN
  • COLOR
  • VALUE
  • SATURATION
  • HUE
  • SOFT_LIGHT
  • LINEAR_LIGHT
Type:
enum