WhiteLevelAdjustmentEffect Class |
Namespace: Microsoft.Graphics.Canvas.Effects
public sealed class WhiteLevelAdjustmentEffect : ICanvasEffect, IGraphicsEffect, IGraphicsEffectSource, ICanvasImage, IDisposable
The WhiteLevelAdjustmentEffect type exposes the following members.
Name | Description | |
---|---|---|
WhiteLevelAdjustmentEffect | [Win10_17763] Initializes a new instance of the WhiteLevelAdjustmentEffect class. |
Name | Description | |
---|---|---|
BufferPrecision | [Win10_17763] Specifies what precision to use for intermediate buffers when drawing this effect. | |
CacheOutput | [Win10_17763] Enables caching the output from drawing this effect. | |
InputWhiteLevel | [Win10_17763] The white level of the input image, in nits. Default value 80. | |
IsSupported | Checks whether WhiteLevelAdjustmentEffect is supported on the current operating system version. | |
Name | [Win10_17763] Attaches a user-defined name string to the effect. | |
OutputWhiteLevel | [Win10_17763] The white level of the output image, in nits. Default value 80. | |
Source | [Win10_17763] Gets or sets the input source for the effect. |
Name | Description | |
---|---|---|
Dispose | [Win10_17763] Releases all resources used by the effect. | |
GetBounds(ICanvasResourceCreator) | [Win10_17763] Retrieves the bounds of this WhiteLevelAdjustmentEffect. | |
GetBounds(ICanvasResourceCreator, Matrix3x2) | [Win10_17763] Retrieves the bounds of this WhiteLevelAdjustmentEffect. | |
GetInvalidRectangles | [Win10_17763] Queries what regions of the effect output have changed since it was last drawn. | |
GetRequiredSourceRectangle | [Win10_17763] Queries what part of an effect source image is needed to draw an output region. | |
GetRequiredSourceRectangles | [Win10_17763] Queries what parts of the effect source images are needed to draw an output region. | |
InvalidateSourceRectangle | [Win10_17763] Notifies the effect that one of its source images has changed. |
This API is only available when running on Windows 10 build 17763 (October 2018) or greater.
Supported by Win2D but not Windows.UI.Composition.
This Windows Runtime type corresponds to the D2D White level adjustment effect.