View Single Post
02-08-22, 10:29 AM   #5
Yukyuk
A Chromatic Dragonspawn
 
Yukyuk's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2015
Posts: 179
SetColorTexture uses values up to 1.
So if you want to have 12, 34 and 56 as a texture then use MapFrame.texture:SetColorTexture(0.05, 0.1, 0.2)
__________________
Better to fail then never have tried at all.
  Reply With Quote