Table of Contents

Class WhiteLevelAdjustmentEffect

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

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.

For more information, see White Level Adjustment effect.
You can use the SceneReferredSdrWhiteLevel constant for InputWhiteLevle or OutputWhiteLevel in some cases. See the table at White Level Adjustment effect for details.

public sealed class WhiteLevelAdjustmentEffect : DeviceEffect<WhiteLevelAdjustmentEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
Inheritance
WhiteLevelAdjustmentEffect
Implements
Inherited Members
Extension Methods

Constructors

WhiteLevelAdjustmentEffect(IDeviceEffectFactory)
WhiteLevelAdjustmentEffect(IDeviceEffectFactory, IDeviceImage, float, float)