Enum AlphaFunction.Modes

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies which mode is set for AlphaFunction.

C#
Copy
public enum Modes
Name Description
Bezier

The user has provided the control points of a bezier curve.

BuiltinFunction

The user has used a built-in function.

CustomFunction

The user has provided a custom function.