I'm trying to write an app that, when completed, will allow the user
to adjust the hue, saturation, etc. for a video by adjusting a seekbar
for each of those fields (i want to create something like this:
http://www.tipsquirrel.com/wp-content/uploads/2009/12/mood_step11.jpg).
For right now i'm starting small and trying to get these changes
working for an image but I don't know how to get started.

Does android already have a tool that adjusts hue, saturation,
contrast, etc.? or do i have to mess with the pixels in some way? If i
have to change the pixels, how would i go about doing that? I've
looked around and it seems that bitmap or colorToHSV should be useful,
but i'm not sure how to use them.

thanks for any help you guys can provide

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to