oh right.. I was looking for the method,
the Color has a constructor which is
Color(int r, int g, int b)
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
another question is how do I control the image transparency?