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

Class CompositorNodePremulKey


The Premul Key Object

(no references to this struct found)

Instance Variables [hide private]
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)
enum mapping
Conversion between premultiplied alpha and key alpha in...
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]

mapping

Conversion between premultiplied alpha and key alpha in...
  • KEY_TO_PREMUL
  • PREMUL_TO_KEY
Type:
enum