Skip to content
Advertisement

Tag: hsv

Convert RGB to HSV in android

I want to get the ARGB values from a pixel and convert to HSV and then set the pixel with the new values. I don’t fully understand how to do that. Can anyone help me? Answer Let’s say you have a Bitmap object and x and y co-ordinates. You can get the color from the bitmap as a 32-bit value

Advertisement