DXTMSFTLib, COM interface constants for VB.Net / VBScript
DXTMSFTLib - interface constants
This page contains simple VBA include for the DXTMSFTLib COM library.
library parameters| File Name | WINDOWS\system32\dllcache\dxtmsft.dll |
|---|
| Guid | {5E77EB03-937C-11D1-B047-00AA003B6061} |
|---|
| Enums | 6 |
|---|
DXCOMPFUNCenum, 21 members.Public Enum DXCOMPFUNC
DXCOMPFUNC_SWAP_AB = 16
DXCOMPFUNC_FUNCMASK = 15
DXCOMPFUNC_CLEAR = 0
DXCOMPFUNC_MIN = 1
DXCOMPFUNC_MAX = 2
DXCOMPFUNC_A = 3
DXCOMPFUNC_A_OVER_B = 4
DXCOMPFUNC_A_IN_B = 5
DXCOMPFUNC_A_OUT_B = 6
DXCOMPFUNC_A_ATOP_B = 7
DXCOMPFUNC_A_SUBTRACT_B = 8
DXCOMPFUNC_A_ADD_B = 9
DXCOMPFUNC_A_XOR_B = 10
DXCOMPFUNC_B = 19
DXCOMPFUNC_B_OVER_A = 20
DXCOMPFUNC_B_IN_A = 21
DXCOMPFUNC_B_OUT_A = 22
DXCOMPFUNC_B_ATOP_A = 23
DXCOMPFUNC_B_SUBTRACT_A = 24
DXCOMPFUNC_B_ADD_A = 25
DXCOMPFUNC_NUMFUNCS = 26
End Enum
DXLUTCOLORenum, 3 members.Public Enum DXLUTCOLOR
DXLUTCOLOR_RED = 0
DXLUTCOLOR_GREEN = 1
DXLUTCOLOR_BLUE = 2
End Enum
OPIDDXLUTBUILDERenum, 9 members.Public Enum OPIDDXLUTBUILDER
OPID_DXLUTBUILDER_Gamma = 0
OPID_DXLUTBUILDER_Opacity = 1
OPID_DXLUTBUILDER_Brightness = 2
OPID_DXLUTBUILDER_Contrast = 3
OPID_DXLUTBUILDER_ColorBalance = 4
OPID_DXLUTBUILDER_Posterize = 5
OPID_DXLUTBUILDER_Invert = 6
OPID_DXLUTBUILDER_Threshold = 7
OPID_DXLUTBUILDER_NUM_OPS = 8
End Enum
DXGRADIENTTYPEenum, 3 members.Public Enum DXGRADIENTTYPE
DXGRADIENT_VERTICAL = 0
DXGRADIENT_HORIZONTAL = 1
DXGRADIENT_NUM_GRADIENTS = 2
End Enum
DXWIPEDIRECTIONenum, 2 members.Public Enum DXWIPEDIRECTION
DXWD_HORIZONTAL = 0
DXWD_VERTICAL = 1
End Enum
DXCONVFILTERTYPEenum, 8 members.Public Enum DXCONVFILTERTYPE
DXCFILTER_SRCCOPY = 0
DXCFILTER_BOX7X7 = 1
DXCFILTER_BLUR3X3 = 2
DXCFILTER_SHARPEN = 3
DXCFILTER_EMBOSS = 4
DXCFILTER_ENGRAVE = 5
DXCFILTER_NUM_FILTERS = 6
DXCFILTER_CUSTOM = 7
End Enum
|