WoWInterface SVN OPieMasque

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 12 to Rev 13
    Reverse comparison

Rev 12 → Rev 13

Addon.lua
57,7 → 57,7
end
 
function prototype:SetDominantColor(r, g, b)
self.border:SetShown("3" == format("%d", r + g + b + 0.05)) -- Don't override skin color if it's white.
self.border:SetShown(2.85 > (r + g + b)) -- Don't override skin color if it's white.
self.border:SetVertexColor(r, g, b)
self.border:SetAlpha(SPECIAL_COLOR_ALPHA)
for i = 1, #self.glowTextures do