~~NOTOC~~ <=[[4rpl:start| Index]] :!: Available in version 1.3 and later. ====== SetUnitMiniMapImageColor====== SetUnitMiniMapImageColor(<-unit <-color) ===== Description ===== Sets the minimap image color (a V4). Note that the 4th value in the vector, the alpha value, is supported. 0 Means fully transparent and 1 means fully opaque. Values above 1 are ignored and treated as 1. ===== Examples ===== SetUnitMiniMapImageColor(self V4(1 0 0 0.5)) <=[[4rpl:start| Index]]