Methods Summary |
---|
public static android.graphics.TableMaskFilter | CreateClipTable(int min, int max)
return new TableMaskFilter(nativeNewClip(min, max));
|
public static android.graphics.TableMaskFilter | CreateGammaTable(float gamma)
return new TableMaskFilter(nativeNewGamma(gamma));
|
private static native long | nativeNewClip(int min, int max)
|
private static native long | nativeNewGamma(float gamma)
|
private static native long | nativeNewTable(byte[] table)
|