Tao.Sdl SDK Documentation

SdlGfx.SDL_imageFilterClipToRange Method 

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

See Also

SdlGfx Class | Tao.Sdl Namespace