How can i access Tint Color from Alpha Blended Particle Shader

SOLVED

var col : Color;
col = material.color;
material.SetColor("_TintColor", col);

Hi guys, i have been trying to access a Particle Shader Tint Color, and unfortunately Material.color doesnt do it. I cant seem to find this anywhere? I just need a global variable that can hold that value?

Any help , thanks guys!

...
material.SetColor("_TintColor", col);