D2D1_LOOKUPTABLE3D_PROP enumeration (d2d1effects_2.h)

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

Syntax

typedef enum D2D1_LOOKUPTABLE3D_PROP {
  D2D1_LOOKUPTABLE3D_PROP_LUT = 0,
  D2D1_LOOKUPTABLE3D_PROP_ALPHA_MODE = 1,
  D2D1_LOOKUPTABLE3D_PROP_FORCE_DWORD = 0xffffffff
} ;

Constants

 
D2D1_LOOKUPTABLE3D_PROP_LUT
Value: 0
The D2D1_LOOKUPTABLE3D_PROP_LUT property is a pointer to an ID2D1LookupTable3D object. The default value is null.
D2D1_LOOKUPTABLE3D_PROP_ALPHA_MODE
Value: 1
The D2D1_LOOKUPTABLE3D_PROP_ALPHA_MODE property is a D2D1_ALPHA_MODE 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.
D2D1_LOOKUPTABLE3D_PROP_FORCE_DWORD
Value: 0xffffffff

Requirements

Requirement Value
Header d2d1effects_2.h

See also

Built-in Effects

CreateEffect