How to change background for certain filter name?

I try the following code but it's not working:
function Filter_Name(){
if (fe.filter.name == "Street Fighter") return "Street Fighter_black.png";
}
local bg = fe.add_image( "[!Filter_Name]", 0, 0, flw, flh );