set opacity using vtkLookupTable

I try to use one actor to draw a box with 6 colors, and set opacity 0.5 for one face,
I am using setTableValue(index, double rgba[4]), but it is can’t work.
if the opacity is 0 or 1, it works well.