Search found 1 match
- December 21st, 2013, 11:04 am
- Forum: Scripts Discussion
- Topic: dockable UI - change colors??
- Replies: 1
- Views: 9233
Re: dockable UI - change colors??
Hello, It works the same, you will have to specify the panel thoe. E X A M P L E : myPanel.grp = myPanel.add(res); var winGfx = myPanel.grp.graphics; var white = winGfx.newBrush(winGfx.BrushType.SOLID_COLOR, [1,1,1], 1); var black = winGfx.newBrush(winGfx.BrushType.SOLID_COLOR, [0,0,0], 1); myPanel....