D2D1_LOOKUPTABLE3D_PROP enumeration

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;

Constants

D2D1_LOOKUPTABLE3D_PROP_LUT

The D2D1_LOOKUPTABLE3D_PROP_LUT property is a pointer to an ID2D1LookupTable3D object. The default value is null.

D2D1_LOOKUPTABLE3D_PROP_ALPHA_MODE

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.

Requirements

Header

D2d1effects_2.h

See also

CreateEffect
Built-in Effects

 

 

Show: