Pick Color

Action: 
org.openintents.action.PICK_COLOR
Input: 
Optional: A default color
Intent Extra: 
Color
Output: 
The color chosen by the user.

Pick a color using a color picker dialog.

Applications should use startActivityForResult() to launch this color picker with a default color specified in the integer Intent extra "org.openintents.extra.COLOR". The chosen color will be returned in an Intent the same way.

Applications providing Pick Color

Titlesort icon Provides intent actions Provides intent URIs Uses action Uses URI Description
OI Color Picker

A simple utility to return an integer-based color using an HSV interface.