+
+
+
+ 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/WhiteLevelAdjustmentEffect.xml b/winrt/docsrc/effects/WhiteLevelAdjustmentEffect.xml
new file mode 100644
index 000000000..8924a6aca
--- /dev/null
+++ b/winrt/docsrc/effects/WhiteLevelAdjustmentEffect.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+ 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.
+
+
+