You can create a Color object. (it is RGBA)
I'm not sure what the syntax is in VB.Net, but from your code and the code in your
previous post I suppose it is something like this (with r g b and a between 0 and 255):
tmpSprite.Color = New SFML.Graphics.Color(r, g, b, a);