Search Results for

    Show / Hide Table of Contents

    Class GraphicsSettings.RenderColorFormats

    List of pixel formats that can be used by the rendering pipeline (for light buffer and post-processing).

    Inheritance
    System.Object
    GraphicsSettings.RenderColorFormats
    Namespace: FlaxEditor.Content.Settings
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [EnumDisplay]
    [Unmanaged]
    public sealed class RenderColorFormats : Enum

    Fields

    R11G11B10

    HDR 32-bit buffer without alpha channel support. Offers good performance but might result in colors banding or shift towards yellowish colors due to low data precision.

    Declaration
    public const GraphicsSettings.RenderColorFormats R11G11B10
    Field Value
    GraphicsSettings.RenderColorFormats

    R16G16B16A16

    HDR 64-bit buffer with alpha channel support. Offers very good quality for wide range of colors but requires more memory.

    Declaration
    public const GraphicsSettings.RenderColorFormats R16G16B16A16
    Field Value
    GraphicsSettings.RenderColorFormats

    R8G8B8A8

    LDR 32-bit buffer with alpha channel support. Offers good performance but doesn't support High Dynamic Range rendering.

    Declaration
    public const GraphicsSettings.RenderColorFormats R8G8B8A8
    Field Value
    GraphicsSettings.RenderColorFormats

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat