Blend Color

MDL Identifier: core_definitions::blend_colors

Description: Allows combining textures and colors in varied ways

Display Name

Type

Parameter

Default

Description

Color 1

color

color_1

color(0.0)

Color 2

color

color_2

color(1.0)

Blend mode

uniform color_layer_mode

mode

color_layer_blend

Describes how Color 1 and Color 2 are combined

Blend weight

float

weight

1.0

Defines strength of the effect. At weight 0, only color 1 will be visible. At weight 1, the blend function will have full effect.

Linear blend

uniform bool

linear_blend

true

The blend operation can either be applied in linear or gamma (2.2) color space