Method | Description | |
---|---|---|
ToBlackAndWhite ( this bitmap ) : |
||
ToInvert ( this bitmap ) : |
||
ToJitter ( this bitmap ) : |
||
ToPixalation ( this bitmap ) : |
||
ToSepia ( this bitmap ) : |
||
gaussianBlur ( this bitmap, int blur ) : |
||
resize ( this bitmap, int width, int height ) : |
||
rotate ( this bitmap, int degrees ) : |
public static ToBlackAndWhite ( this bitmap ) : |
||
bitmap | this | |
return |
public static ToInvert ( this bitmap ) : |
||
bitmap | this | |
return |
public static ToJitter ( this bitmap ) : |
||
bitmap | this | |
return |
public static ToPixalation ( this bitmap ) : |
||
bitmap | this | |
return |
public static ToSepia ( this bitmap ) : |
||
bitmap | this | |
return |
public static gaussianBlur ( this bitmap, int blur ) : |
||
bitmap | this | |
blur | int | |
return |
public static resize ( this bitmap, int width, int height ) : |
||
bitmap | this | |
width | int | |
height | int | |
return |
public static rotate ( this bitmap, int degrees ) : |
||
bitmap | this | |
degrees | int | |
return |