Enum BlendEquationType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Enumeration for blend equation.

C#
Copy
public enum BlendEquationType : int
Name Description
Add

The source and destination colors are added to each other.

Color
ColorBurn
ColorDodge
Darken
Difference
Exclusion
HardLight
Hue
Lighten
Luminosity
Max

Use maximum value of the source and the destination.

Min

Use minimum value of the source and the destination.

Multiply
Overlay
ReverseSubtract

Subtracts the source from the destination.

Saturation
Screen
SoftLight
Subtract

Subtracts the destination from the source.

Extension Methods