[Visual Basic] Public Shared Function SDL_imageFilterNormalizeLinear( _ ByVal Src1 As Byte(), _ ByVal Dest As Byte(), _ ByVal length As Integer, _ ByVal Cmin As Integer, _ ByVal Cmax As Integer, _ ByVal Nmin As Integer, _ ByVal Nmax As Integer _ ) As Integer
[C#] public static int SDL_imageFilterNormalizeLinear( byte[]Src1, byte[]Dest, intlength, intCmin, intCmax, intNmin, intNmax );