Struct BloomSettings
- Namespace
- ValveResourceFormat.Renderer
- Assembly
- Renderer.dll
Bloom effect parameters including threshold, intensity, and per-mip blur settings.
public readonly struct BloomSettingsInherited Members
Constructors
BloomSettings()
Bloom effect parameters including threshold, intensity, and per-mip blur settings.
public BloomSettings()Properties
AddBloomStrength
public float AddBloomStrength { get; init; }Property Value
BlendMode
public BloomBlendType BlendMode { get; init; }Property Value
BloomStartValue
public float BloomStartValue { get; init; }Property Value
BloomStrength
public float BloomStrength { get; }Property Value
BloomThreshold
public float BloomThreshold { get; init; }Property Value
BloomThresholdWidth
public float BloomThresholdWidth { get; init; }Property Value
BlurBloomStrength
public float BlurBloomStrength { get; init; }Property Value
BlurTint
public Vector3[] BlurTint { get; init; }Property Value
- Vector3[]
BlurWeight
public float[] BlurWeight { get; init; }Property Value
- float[]
ScreenBloomStrength
public float ScreenBloomStrength { get; init; }Property Value
SkyboxBloomStrength
public float SkyboxBloomStrength { get; init; }Property Value
Methods
ParseFromKVObject(KVObject)
public static BloomSettings ParseFromKVObject(KVObject data)Parameters
dataKVObject