Tao.Sdl SDK Documentation |
|
SdlGfx.SDL_imageFilterConvolveKernel7x7Divide Method
SDL_imageFilterConvolveKernel7x7Divide: Dij = saturation0and255( ... ). For MMX processors only.
[Visual Basic]
Public Shared Function SDL_imageFilterConvolveKernel7x7Divide( _
ByVal
Src1 As
Byte(), _
ByVal
Dest As
Byte(), _
ByVal
rows As
Integer, _
ByVal
columns As
Integer, _
ByVal
Kernel As
Short(), _
ByVal
Divisor As
Byte _
) As
Integer
Parameters
-
Src1
- Array of bytes
-
Dest
- Array of bytes returned after operation.
-
rows
-
-
columns
-
-
Kernel
-
-
Divisor
-
Return Value
Returns 0 for success and -1 for Error.
Remarks
Binds to C-function call in SDL_imageFilter.h.
int SDL_imageFilterConvolveKernel7x7Divide(unsigned char *Src, unsigned char *Dest, int rows, int columns, signed short *Kernel, unsigned char Divisor);
See Also
SdlGfx Class | Tao.Sdl Namespace