Thread Tools Display Modes
04/06/15, 07:58 PM   #1
Area51
AddOn Author - Click to view addons
Join Date: Dec 2014
Posts: 20
How to change color settings of a texture

Possible to change the colors of a texture in ESO? mess with hue values or anything? I want to change the colors of the group indicators above peeps heads
  Reply With Quote
04/06/15, 08:34 PM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Area51 View Post
Possible to change the colors of a texture in ESO? mess with hue values or anything? I want to change the colors of the group indicators above peeps heads
If you are working with texture control, it is pretty easy, just use SetColor method.

However group indicators aren't UI controls and you can't access them from UI (there is just switch to enable/disable them).
All you can do is adding new floating markers for map pin type - the same way as you do in your PapaCrown for group leader. And as far as I know, whole map pin type group must have the same floating marker, so you can forget different marker colors for each party members.
  Reply With Quote
04/06/15, 09:08 PM   #3
Area51
AddOn Author - Click to view addons
Join Date: Dec 2014
Posts: 20
Originally Posted by Garkin View Post
If you are working with texture control, it is pretty easy, just use SetColor method.

However group indicators aren't UI controls and you can't access them from UI (there is just switch to enable/disable them).
All you can do is adding new floating markers for map pin type - the same way as you do in your PapaCrown for group leader. And as far as I know, whole map pin type group must have the same floating marker, so you can forget different marker colors for each party members.
Thanks Garkin Pro as always
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » How to change color settings of a texture


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off