Tao.Sdl SDK Documentation |
|
SdlGfx.SDL_imageFilterSubByte Method
SDL_imageFilterSubByte: D = saturation0(S - C)
[Visual Basic]
Public Shared Function SDL_imageFilterSubByte( _
ByVal
Src1 As
Byte(), _
ByVal
Dest As
Byte(), _
ByVal
length As
Integer, _
ByVal
C As
Byte _
) As
Integer
Parameters
-
Src1
- Array of bytes
-
Dest
- Array of bytes returned after operation.
-
length
- Size of array
-
C
- Byte to add
Return Value
Returns 0 for success and -1 for Error.
Remarks
Binds to C-function call in SDL_imageFilter.h.
int SDL_imageFilterSubByte(unsigned char *Src1, unsigned char *Dest, int length, unsigned char C)
See Also
SdlGfx Class | Tao.Sdl Namespace