+
+
+
+ Initializes a new instance of the HdrToneMapEffect class.
+
+
+ Gets or sets the input source for the effect.
+
+
+ The maximum light level (or MaxCLL) of the image, in nits. Default value 4000.
+
+
+ The MaxCLL supported by the output target, in nits - typically set to the MaxCLL of the display. Default value 300.
+
+
+ When set to Hdr, the tone mapping curve is adjusted to better fit the fit the behavior of common HDR displays. Default value Sdr.
+
+
+
+ The display mode used for the effect.
+
+
+ Specifies that the tone mapper algorithm be optimized for best appearance on a standard dynamic range (SDR) display.
+
+
+ Specifies that the tone mapper algorithm be optimized for best appearance on a high dynamic range (HDR) display.
+
+
+
+
+
+
+
+
diff --git a/winrt/docsrc/effects/OpacityEffect.xml b/winrt/docsrc/effects/OpacityEffect.xml
index 2d521a7ba..a7c2a5686 100644
--- a/winrt/docsrc/effects/OpacityEffect.xml
+++ b/winrt/docsrc/effects/OpacityEffect.xml
@@ -32,7 +32,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
-
+
diff --git a/winrt/docsrc/effects/TintEffect.xml b/winrt/docsrc/effects/TintEffect.xml
index d48f95d5c..2ccce468b 100644
--- a/winrt/docsrc/effects/TintEffect.xml
+++ b/winrt/docsrc/effects/TintEffect.xml
@@ -56,7 +56,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
-
+
diff --git a/winrt/docsrc/effects/WhiteLevelAdjustmentEffect.xml b/winrt/docsrc/effects/WhiteLevelAdjustmentEffect.xml
new file mode 100644
index 000000000..6677f6407
--- /dev/null
+++ b/winrt/docsrc/effects/WhiteLevelAdjustmentEffect.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+ Microsoft.Graphics.Canvas
+
+
+
+
+
+ This effect allows the white level of an image to be linearly scaled. This is especially helpful when you convert between display-referred luminance space and scene-referred luminance space, or vice versa.
+
+
+