Enum ColorBlendingMode

    Definition

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

    Defines how a color is blended.

    public enum ColorBlendingMode

    Fields

    Name Description
    Multiply

    The color is multiplied by another one.

    None

    No blend.

    Extension Methods

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