Table of Contents

Method From

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

From(BlendMode)

Gets the corresponding MixMode for the given BlendMode.

public static MixMode From(BlendMode mode)

Parameters

mode BlendMode

Returns

MixMode

From(BlendMode2)

Gets the corresponding MixMode for the given BlendMode2.

public static MixMode From(BlendMode2 mode)

Parameters

mode BlendMode2

Returns

MixMode

From(CompositeMode)

Gets the corresponding MixMode for the given CompositeMode.

public static MixMode From(CompositeMode mode)

Parameters

mode CompositeMode

Returns

MixMode