NOTES
---------------------
Tank Hex Color: 3782D1
Damage Hex Color: FF4400

TO DO
---------------------

Wikia
/run wipe(TidyPlatesHubTankSavedVariables); ReloadUI()
/run wipe(TidyPlatesHubDamageSavedVariables); ReloadUI()

unit.frame in the IsDebuffWidgetActive function?


6.2................................................................................................................................

* Graphite

* errors from CallForWidgetUpdate
* need > catch for ove4rflow
* 	UpdateIcon, "elseif frame then"
* neon "friendly" style and themecustomization() function

* debuff language:
	- all entangling roots
	- my rake
	- other mangle
	- no fear
	- all, my, other, no as prefixes.  defaults to 'all' if it's just the debuff listed
	- "language mode"

* Spell Icon Border
* Friendly Group Member Aggro Color
* By Health Warning, By Low Health, Etc (Greater than/Less than)
* Text Option: Use Blizzard Font (Fonts\ARIALN.TTF)
* Turn on/off Text Only Plate (Dropdown box: Show Health Bars for: Friendly, Enemy, Both
* Friend List Feed
* Name text COLOR functions

* Opacity & Scale: By Raid Icon
* Color: By Raid Icon

* New debuff filters..
	- All of Mine, Except...
	- All, Except...
	- All of Mine, Plus...
* Globat CC List.  Debuff Widget to be used for CC
* CC spells to debuff widget
	
	
6.3................................................................................................................................
* Threat Widget Colors
* ShowText Option for Threat Line Widget (Allow text for either side of the tugging)
* Healer Hub

   ................................................................................................................................
* Reduce Double Calls / reduce context update load
   * widget:Test() Testmode Update() function
* Improve ScaleFunctionByActiveDebuffs and Opacity...
	- Create function within the Aura widget to return if the widget is active
	- test via guid, name and raid icon search

* Allow unit.guid to be fed from another source:
	- if unit.guid then GUID[unit.guid] = plate end
	This should go in the OnUpdateNameplate function, I think:
	- if not GUID[unit.guid] then GUID[unit.guid] = plate; ContextUpdate end

* Platelevels for plates(1-100), targets(127), casters(101-120), other?(121-125) 

* Raid_Target_Update should trigger UpdateWidgetContext
* In addition to the optional filter function, the aura widget needs to have the timer control function exposed, too

