Class RenderEffect

    Definition

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

    View's optional render effect. Applications can apply RenderEffect as the example below :

    view.SetRenderEffect(RenderEffect.CreateBackgroundBlurEffect(20));
    view.ClearRenderEffect();

    Note that a view owns at most one render effect.

    public class RenderEffect : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    RenderEffect
    Derived
    Tizen.NUI.BackgroundBlurEffect
    Tizen.NUI.BackgroundBlurEffect
    Tizen.NUI.GaussianBlurEffect
    Tizen.NUI.GaussianBlurEffect
    Tizen.NUI.MaskEffect
    Tizen.NUI.MaskEffect
    Implements
    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Methods

    View Source

    CreateBackgroundBlurEffect(float)

    Create a background blur effect

    Declaration
    public static RenderEffect CreateBackgroundBlurEffect(float blurRadius)
    Parameters
    Type Name Description
    float blurRadius

    The blur radius value. The unit is pixel for standard cases.

    Returns
    Type Description
    RenderEffect

    Background blur effect with given blur radius.

    Remarks

    Created RenderEffect is immutable.

    Implements

    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Extension Methods

    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    NameScopeExtensions.FindByName<T>(Element, string)
    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX