Table of Contents

Enum LookupTable3DProperty

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Identifiers for the properties of the 3D Lookup Table effect.

public enum LookupTable3DProperty

Fields

AlphaMode = 1

The D2D1_LOOKUPTABLE3D_PROP_ALPHA_MODE property is a AlphaMode value indicating the alpha mode of the input file. See the About Alpha Modes section of the Supported Pixel Formats and Alpha Modes topic for additional information.

Lut = 0

The D2D1_LOOKUPTABLE3D_PROP_LUT property is a reference to an LookupTable3D object. The default value is null.