"type": "ImageWidget",로 아이템 스프라이트를 불러온 뒤 무형처럼 보이게 투명도 조절이 가능할까요?

{
  "type": "ImageWidget",
  "name": "GammaCalibration",
  "fields": {
    "filename": "items/weapon/bow/long_bow",
    "useAdvancedColoring": true,
    "blendMode": "AlphaBlend",
    "tintTransform": [0.9, 0.95, 1.0],
    "alpha": 0.6,
    "opacity": 0.65,
  }
},

이런느낌으로 해봐도 안되는데 가능하지만 제가 모르는건지 
원래 불가능했던건지 잘 모르겠네요... 
아시는분 있으면 알려주시면 감사하겠습니다!! :)