>>756
Image.colorは完全に嘘だぞw
public UnityEngine.UI.Image hoge;
void Start(){
hoge=GetComponent<UnityEngine.UI.Image>().color=new Color(1,0,0,1);
}
とかだろ