|
|
|
IDXTConvolution Interface |
|
IID_IDXTConvolution |
{7BA7F8AF-E5EA-11D1-81DD-0000F87557DB} |
|
This interface performs image convolutions for DXSurface objects.
Remarks |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDXTConvolution Members |
Description |
|
SetFilterType |
Sets the selected filter type for the convolution. |
|
GetFilterType |
Retrieves the selected filter type for the convolution. |
|
SetCustomFilter |
Sets the convolution to use a custom filter. |
|
SetConvertToGray |
Sets a value that indicates whether the filter output color is converted to grayscale. |
|
GetConvertToGray |
Retrieves a value that indicates whether the filter output color is converted to grayscale. |
|
SetBias |
Sets the bias value used for the convolution. |
|
GetBias |
Retrieves the bias value used for the convolution. |
|
SetExcludeAlpha |
Sets a value that indicates whether the alpha channel should be filtered with the color data. |
|
GetExcludeAlpha |
Retrieves a value that indicates whether the alpha channel should be filtered along with the color data. |
|
SetFilterType |
|
FUNCTION
IDXTConvolution_SetFilterType
( _ |
|
GetFilterType |
|
FUNCTION
IDXTConvolution_GetFilterType
( _ |
|
SetCustomFilter |
|
FUNCTION
IDXTConvolution_SetCustomFilter
( _ |
|
SetConvertToGray |
|
FUNCTION
IDXTConvolution_SetConvertToGray
( _ |
|
GetConvertToGray |
|
FUNCTION
IDXTConvolution_GetConvertToGray
( _ |
|
SetBias |
|
FUNCTION
IDXTConvolution_SetBias
( _ |
|
GetBias |
|
FUNCTION
IDXTConvolution_GetBias
( _ |
|
SetExcludeAlpha |
|
FUNCTION
IDXTConvolution_SetExcludeAlpha
( _ |
|
GetExcludeAlpha |
|
FUNCTION
IDXTConvolution_GetExcludeAlpha
( _ |
Page last updated on Monday, 03 April 2006 19:50:14 +0200