Enum BlendModeType

Definition

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

Enumeration for blend mode.

C#
Copy
public enum BlendModeType : int
Name Description
Auto

Blending is enabled if there is alpha channel. This is the default mode.

Off

Blending is disabled.

On

Blending is enabled.

OnWithoutCull

Blending is enabled, and don't cull the renderer.

UseActorOpacity

Blending is enabled when the actor is not opaque

Extension Methods