Possible to change the colour of a glide progressbar?

Is it possible to change the colour of a glide progressbar from the blue it is by default?

Many Thanks,
James

I Just had a look and Glide V1.0.3 can’t do it:

http://www.ghielectronics.com/downloads/Glide/Library%20V%201.0.3/Index.html

In looking at a .NET Winforms Progress Bar component, exposure of the following properties might also be worth a look:

ForeColor
BackColor
MinValue (at present only MaxValue)
Step
Maybe make the underlying progress fill a bitmap, to allow for custom progress bars!