Click or drag to resize
DigitalRuneHdrFilterBlueShiftCenter Property
Gets or sets scene luminance where 50% blue shift is applied

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float BlueShiftCenter { get; set; }

Property Value

Type: Single
The blue shift center. The default value is 0.04.
Remarks

The blue shift depends on the average scene luminance. If the average scene luminance is equal to to BlueShiftCenter, then the resulting image is the average of the normal image and a fully blue shifted image.

The default value of BlueShiftCenter is 0.04. This value is suitable for a scene that is rendered using physically-based lighting, i.e. light intensities are based on real world light intensities and luminance values are in cd/m². If the scene lighting is not physically-based, then this value needs to be adapted.

See Also