daftFrameHue

703 Downloads

Applies a hue to multiple default frames.

The default hue matches the player's class colors.

Options exist to allow for custom hues at the top of the Options.lua file:

addonTable.CUSTOM = false;
addonTable.R = 0.3;
addonTable.G = 0.3;
addonTable.B = 0.3;
addonTable.A = 1;

+Super-lightweight on code to stand the test of time (and patches).