Table of Contents

Enum LinearTransferProperties

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Identifiers for properties of the Linear transfer effect.

public enum LinearTransferProperties

Fields

AlphaDisable = 11

No documentation.

AlphaSlope = 10

No documentation.

AlphaYIntercept = 9

No documentation.

BlueDisable = 8

No documentation.

BlueSlope = 7

No documentation.

BlueYIntercept = 6

No documentation.

ClampOutput = 12

No documentation.

GreenDisable = 5

No documentation.

GreenSlope = 4

No documentation.

GreenYIntercept = 3

No documentation.

RedDisable = 2

No documentation.

RedSlope = 1

No documentation.

RedYIntercept = 0

No documentation.