Tao.Sdl SDK Documentation

SdlGfx.SDL_imageFilterAddByte Method 

[Visual Basic]
Public Shared Function SDL_imageFilterAddByte( _
   ByVal Src1 As Byte(), _
   ByVal Dest As Byte(), _
   ByVal length As Integer, _
   ByVal C As Byte _
) As Integer
[C#]
public static int SDL_imageFilterAddByte(
   byte[] Src1,
   byte[] Dest,
   int length,
   byte C
);

See Also

SdlGfx Class | Tao.Sdl Namespace