I've looked for this for a while and have not really seen the topic broached. What I am looking for is a way to change the bar coloring used within grid. The name plates can remain the class color but specifically i would like to change the class color being used on the bars, regardless of weather or not the healthbar being displayed is inverted or not.
Now, in grids config panel: GRID > STATUS > HEALTH there is an option to set a color that isn't class specific which would appear to be what I am looking for, IE a color for all health bars. However after I've set the color i can't seem to find a way to apply the color change.
Any help with this would be greatly appreciated.
Oh and for those looking for vertically aligned layouts using only groups 1-5 and sorted by class. (As I'm a hunter and worry about doing MD's I've set warriors and druids to display first)
EDIT: FIGURED IT OUT NEVERMIND.
GridLayout:AddLayout(L["25 Single Col Class"], {
[1] = { groupFilter = "1,2,3,4,5,WARRIOR,DRUID,WARLOCK,MAGE,ROGUE,PRIEST,SHAMAN,PALADIN,HUNTER",
maxColumns = "1",
maxUnitsPerColumn = "25",
strictFiltering = true,
groupBy = "CLASS",
groupingOrder = "1,2,3,4,5,WARRIOR,DRUID,WARLOCK,MAGE,ROGUE,PRIEST,SHAMAN,PALADIN,HUNTER" ,
},
})