Table of Contents

DOBlendableColor Method

Namespace
DG.Tweening
Assembly
DOTween.dll

DOBlendableColor(Light, Color, float)

public static Tweener DOBlendableColor(this Light target, Color endValue, float duration)

Parameters

target Light
endValue Color
duration float

Returns

Tweener

DOBlendableColor(Material, Color, float)

public static Tweener DOBlendableColor(this Material target, Color endValue, float duration)

Parameters

target Material
endValue Color
duration float

Returns

Tweener

DOBlendableColor(Material, Color, string, float)

public static Tweener DOBlendableColor(this Material target, Color endValue, string property, float duration)

Parameters

target Material
endValue Color
property string
duration float

Returns

Tweener

DOBlendableColor(Material, Color, int, float)

public static Tweener DOBlendableColor(this Material target, Color endValue, int propertyID, float duration)

Parameters

target Material
endValue Color
propertyID int
duration float

Returns

Tweener