Re: Tinting Buttons
Re: Tinting Buttons
- Subject: Re: Tinting Buttons
- From: David Remahl <email@hidden>
- Date: Sat, 23 Jun 2001 10:21:22 +0200
You will probably have to make a custom control consisted of two images
(you can use hue shift in photoshop for example). Apple sadly (?) never
implemented more than the current tints of controls. Maybe they will in
10.1. The future will show...
Well, you may be able to do some black magic and try to change it
programatically using a control you get from the system. Once you have
the control you want to tint in an NSImage, we can help you by finding a
graphics manipulation routine to shift the tint for you.
/ david
Hi,
I want to be able to apply a tint to a button, either programatically or
from interface builder.
I thought I was onto something with NSControlTint but it only takes an
enum whereas I think I need something that takes and NSColor.