ePerion Gallery  1.2
ePerion gallery application for the europeean ePerion project. This is an android application which manage a smart gallery where you can modify picture colors, sort the pictures and visualize any picture on Google Map.
 All Classes Namespaces Functions
com.android.ePerion.gallery.pictureEffect.PictureColorEffect Class Reference

Public Member Functions

 PictureColorEffect (Bitmap bitmap)
 
Bitmap blackAndWhite ()
 
Bitmap sepia ()
 
Bitmap negative ()
 
Bitmap polaroid (String title, AssetManager asset)
 

Detailed Description

Image processing in order to change the colors: black&white, sepia, negative...

Author
Julien Salvi

Constructor & Destructor Documentation

com.android.ePerion.gallery.pictureEffect.PictureColorEffect.PictureColorEffect ( Bitmap  bitmap)

Constructor of the picture effect class.

Parameters
bitmapPicture to be modified.

Member Function Documentation

Bitmap com.android.ePerion.gallery.pictureEffect.PictureColorEffect.blackAndWhite ( )

Modify the color's picture. Set the colors to black and white.

Returns
A black and white bitmap.
Bitmap com.android.ePerion.gallery.pictureEffect.PictureColorEffect.negative ( )

Modify the color's picture. Set the colors to negative.

Returns
A negative picture.
Bitmap com.android.ePerion.gallery.pictureEffect.PictureColorEffect.polaroid ( String  title,
AssetManager  asset 
)

Modify the color's picture. Set the picture as a polaroid and add a title to the picture..

Parameters
titlePolaroid title.
assetAsset Manager
Returns
A polaroid bitmap.
Bitmap com.android.ePerion.gallery.pictureEffect.PictureColorEffect.sepia ( )

Modify the color's picture. Set the color's picture to sepia.

Returns
A sepia picture.

The documentation for this class was generated from the following file: