unreal.TG_Expression_Blend

class unreal.TG_Expression_Blend(outer: Object | None = None, name: Name | str = 'None')

Bases: TG_Expression

TG Expression Blend

C++ Source:

  • Plugin: TextureGraph

  • Module: TextureGraph

  • File: TG_Expression_Blend.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blend_mode (BlendModes): [Read-Write] Blend mode determine how inputs texture mix together.

  • opacity (float): [Read-Write] The opacity to be used in conjunction with the mask. The final blend value = ‘Mask[RedChannel] * Opacity’

  • output (TG_Texture): [Read-Write]

property blend_mode: BlendModes

[Read-Write] Blend mode determine how inputs texture mix together.

Type:

(BlendModes)