Table of Contents

Enum ColorInterpolationMode

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Defines how to interpolate between colors.

public enum ColorInterpolationMode

Fields

Premultiplied = 1

Colors are interpolated with premultiplied alpha.

Straight = 0

Colors are interpolated with straight alpha.