Table of Contents

Class Flood

Namespace
SharpDX.Direct2D1.Effects
Assembly
SharpDX.Direct2D1.dll

Built in Flood effect.

public class Flood : Effect
Inheritance
Flood
Inherited Members

Constructors

Flood(DeviceContext)

Initializes a new instance of Flood effect.

public Flood(DeviceContext context)

Parameters

context DeviceContext

Properties

Color

The color and opacity of the bitmap. This property is a . 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.

public RawColor4 Color { get; set; }

Property Value

RawColor4