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

Class CompositorNodeChannelMatte


The Channel Key Object

(no references to this struct found)

Instance Variables [hide private]
enum channel
Channel used to determine matte in...
enum color_space
Color Space in...
float in [0, 1] high
Values higher than this setting are 100% opaque
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)
float in [0, 1] low
Values lower than this setting are 100% keyed
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]

channel

Channel used to determine matte in...
  • R
  • G
  • B
Type:
enum

color_space

Color Space in...
  • RGB
  • HSV
  • YUV
  • YCC
Type:
enum