[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Effects.Flood

Flood Class

Builtin Flood effect.

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

Constructors

Name Description
Flood(IntPtr)

Initializes a new instance of the Flood class.

Properties

Name Description
Color

The color and opacity of the bitmap. This property is a ColorF. The individual values for each channel are of type FLOAT, unbounded and unitless. The effect doesn't modify the values for the channels. The RGBA values for each channel range from 0 to 1.

Methods

Name Description
Create(DeviceContext)

Initializes a new instance of Flood effect.