Enum NativeImageQueue.ColorFormat

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    public enum NativeImageQueue.ColorFormat

    Fields

    Name Description
    BGR888

    8 blue bits, 8 green bits, 8 red bits

    BGRA8888

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

    BGRX8888

    8 blue bits, 8 green bits, 8 red bits, and 8 ignored bits

    RGB888

    8 red bits, 8 green bits, 8 blue bits

    RGBA8888

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

    RGBX8888

    8 red bits, 8 green bits, 8 blue bits, and 8 ignored bits

    Extension Methods

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