Importing Pin file doesn't preserve Color

Going by the format of the file created when a Pin is exported to text, it seems that the color of the pin should be determined by the sixth column. For example, a blue pin has this:
java.awt.Color[r=0,g=0,b=255]

However, when I try to create a red pin with java.awt.Color[r=255,g=0,b=0] and import that .txt file via the Pin Manager, the imported pin color is always blue. Is this a bug or am I doing something wrong?

Thanks,

Tom