CompositorNodePremulKey(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodePremulKey(CompositorNode)
mapping

Conversion between premultiplied alpha and key alpha

Type :enum in [‘STRAIGHT_TO_PREMUL’, ‘PREMUL_TO_STRAIGHT’], default ‘STRAIGHT_TO_PREMUL’
classmethod get_node_type()

Get the identifier of the node type

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

Inherited Properties

Inherited Functions

Previous topic

CompositorNodePixelate(CompositorNode)

Next topic

CompositorNodeRGB(CompositorNode)