[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Effects.Saturation

Saturation Class

Builtin Saturation effect.

Implements
Namespace: C1.Util.DX.Direct2D.Effects
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class Saturation : Effect, IDisposable, IUnknown

Constructors

Name Description
Saturation(IntPtr)

Initializes a new instance of the Saturation class.

Properties

Name Description
Value

The saturation of the image. You can set the saturation to a value between 0 and 1. If you set it to 1 the output image is fully saturated. If you set it to 0 the output image is monochrome. The saturation value is unitless.

Methods

Name Description
Create(DeviceContext)

Initializes a new instance of Saturation effect.