Aqua Interface design
I want to make some graphics that will pass off as aqua and not look out of place with the rest of the GUI. Anyone have bitmaps of some interface elements with alpha channels, tutorials on how to do it or just tips in general?
Thanks!
Thanks!
Sir, e^iπ + 1 = 0, hence God exists; reply!
"When you dream, there are no rules..."
I'll just point out here that any fake aqua buttons will be obviously fake, and won't fit in well. Even interfaces that are really well designed will look a bit out of place - see the gimp's interface.
hehe, I think it looks pretty neat
![[Image: picture92sj.png]](http://img93.imageshack.us/img93/8156/picture92sj.png)
managed to get this by lots of screenshots of the real sliders and matching a bevel and emboss to the slider.. incase anyone wonders.
![[Image: picture92sj.png]](http://img93.imageshack.us/img93/8156/picture92sj.png)
managed to get this by lots of screenshots of the real sliders and matching a bevel and emboss to the slider.. incase anyone wonders.
Sir, e^iπ + 1 = 0, hence God exists; reply!
Heh, looks cool. Nice
When in doubt ... read the Read Me
10.5.6 | MacBook Pro 2.5x2 | 4 GB RAM | GeForce 8600M GT
Thanks!
I will release it once I test it a bit more.
Now I need to try and make this custom ImageView, I just put this together in photoshop by doing a multiply operation against the background. The idea is that the background color can be set.
![[Image: pacmamn1us.png]](http://img462.imageshack.us/img462/821/pacmamn1us.png)
Any ideas?
I will release it once I test it a bit more.
Now I need to try and make this custom ImageView, I just put this together in photoshop by doing a multiply operation against the background. The idea is that the background color can be set.
![[Image: pacmamn1us.png]](http://img462.imageshack.us/img462/821/pacmamn1us.png)
Any ideas?
Sir, e^iπ + 1 = 0, hence God exists; reply!
Code:
-(void) drawRect:(NSRect)r
{
[backgroundColor set];
NSRectFill(r);
[super drawRect:r];
}?
unknown Wrote:hehe, I think it looks pretty neat
managed to get this by lots of screenshots of the real sliders and matching a bevel and emboss to the slider.. incase anyone wonders.
Very nice... although I suggest you look closer at the circular slider.

The "light" in Aqua comes directly from above (*), not from the top-left as in your circular slider.
* The vertical slider is of course a special case, since "light directly from above" wouldn't quite work.
EDIT: Something like this:
![[Image: circularslider.png]](http://www.wirelesshamster.com/cosas/circularslider.png)
(from OmniGraffle)
Why not just use the circular sliders that Aqua already provides?

