View Single Post
02-08-22, 12:09 AM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
It's a normalized value, so use something like
Code:
MapFrame.texture:SetColorTexture(12/255, 34/255, 56/255)
https://wowpedia.fandom.com/wiki/API...etColorTexture
  Reply With Quote