WoW:Using the ColorPickerFrame: Difference between revisions

m
(Added some simple explanation to get newbies like me up to speed for the meat of the information.)
Line 52: Line 52:
   else
   else
   -- Something changed
   -- Something changed
   newA, newR, newG, newB = OpacitySliderFrame:GetValue(), ColorPickerFrame:GetColorRGB;
   newA, newR, newG, newB = OpacitySliderFrame:GetValue(), ColorPickerFrame:GetColorRGB();
   end
   end
    
    
Anonymous user