Enum BlendEquation

    Definition

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

    Enumeration for blend equation.

    public enum BlendEquation

    Fields

    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

    EXamlExtensions.LoadFromEXamlByRelativePath<BlendEquation>(BlendEquation, string)
    Extensions.LoadFromXaml<BlendEquation>(BlendEquation, string)
    Extensions.LoadFromXaml<BlendEquation>(BlendEquation, Type)
    Extensions.LoadFromXamlFile<BlendEquation>(BlendEquation, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX