Author Topic: Color Picker Window  (Read 2754 times)

beforethelight

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
    • View Profile
Color Picker Window
« on: September 21, 2012, 04:39:24 AM »
I make many different widgets and want to have the entire game have the same look and feel that being said I have to write down the color numbers and type them in to get the same color or make a prefab of every object I want a color to use over again.  If there is something I have missed that does this or something like it let me know.  I was working on a color picker where there would be 10 colors and you can save a color and then click a set widget color button and boom it sets the widget to the saved color.  I do this for fun and don't really get the editor setup,  but here is what I came up with.  It only has one color and will only set a UISlicedSprite but I thought it would be a good addition so I posted this topic.  Please provide input on this if you think it could be good or not.  Thanks.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Color Picker Window
« Reply #1 on: September 21, 2012, 08:22:38 AM »
A clipboard for colors. That's a good idea. I'll make it happen.