Blending.ColorDodge

Static Method in Blending

Declaration

public static Color ColorDodge(Color a, Color b)

Description

Blends two colors together using the 'Color Dodge' blend mode.

Parameters

aThe base color.
bThe blend color.

Returns

ColorThe blended color.

Overload

Declaration

public static float ColorDodge(float a, float b)

Description

Blends two values together using the 'Color Dodge' blend mode.

Parameters

aThe base value.
bThe blend value.

Returns

floatThe blended value.