Search Results for

    Show / Hide Table of Contents

    Class BloomSettings

    Contains settings for Bloom effect rendering.

    Inheritance
    System.Object
    BloomSettings
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class BloomSettings : ValueType

    Fields

    BaseMix

    Base mip contribution for wider, softer bloom.

    Declaration
    [Limit(0F, 1F, 0.01F)]
    [EditorOrder(5)]
    public float BaseMix
    Field Value
    System.Single

    Clamp

    Maximum brightness limit for bloom highlights.

    Declaration
    [Limit(0F, 100F, 0.1F)]
    [EditorOrder(4)]
    public float Clamp
    Field Value
    System.Single

    Enabled

    If checked, bloom effect will be rendered.

    Declaration
    [EditorOrder(0)]
    public bool Enabled
    Field Value
    System.Boolean

    HighMix

    High mip contribution for tighter, core bloom.

    Declaration
    [Limit(0F, 1F, 0.01F)]
    [EditorOrder(6)]
    public float HighMix
    Field Value
    System.Single

    Intensity

    Overall bloom effect strength. Higher values create a stronger glow effect.

    Declaration
    [Limit(0F, 100F, 0.001F)]
    [EditorOrder(1)]
    public float Intensity
    Field Value
    System.Single

    Threshold

    Luminance threshold where bloom begins.

    Declaration
    [Limit(0F, 100F, 0.1F)]
    [EditorOrder(2)]
    public float Threshold
    Field Value
    System.Single

    ThresholdKnee

    Controls the threshold rolloff curve. Higher values create a softer transition.

    Declaration
    [Limit(0F, 100F, 0.01F)]
    [EditorOrder(3)]
    public float ThresholdKnee
    Field Value
    System.Single

    Properties

    Default

    The default BloomSettings.

    Declaration
    public static BloomSettings Default { get; }
    Property Value
    BloomSettings

    Extension Methods

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