Enum DirectRenderingGLView.ColorFormat

    Definition

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

    Enumeration for the color format of the color buffer

    public enum DirectRenderingGLView.ColorFormat

    Fields

    Name Description
    RGB888

    8 red bits, 8 green bits, 8 blue bits

    RGBA8888

    8 red bits, 8 green bits, 8 blue bits, alpha 8 bits

    Extension Methods

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