Also note NSColor's setIgnoresAlpha:, especially the last sentence.
"If the application doesn't support alpha, no opacity slider is
displayed in the color panel, and colors dragged in or pasted have their
alpha values set to 1.0. Applications that need to import alpha can
invoke this method with f
That seems to do the trick. Thanks!
Ken Ferry kirjoitti 1.6.2008 kello 19:33:
Hi Mike,
This is controlled by -[NSColorPanel setShowsAlpha:].
Try calling [[NSColorPanel sharedColorPanel] setShowsAlpha:YES].
-Ken
On Sun, Jun 1, 2008 at 9:23 AM, Mike <[EMAIL PROTECTED]> wrote:
I have NSColorW
Hi Mike,
This is controlled by -[NSColorPanel setShowsAlpha:].
Try calling [[NSColorPanel sharedColorPanel] setShowsAlpha:YES].
-Ken
On Sun, Jun 1, 2008 at 9:23 AM, Mike <[EMAIL PROTECTED]> wrote:
> I have NSColorWell on my form bind to NSColor property in my
> Controller-object.
> In IB there
I have NSColorWell on my form bind to NSColor property in my
Controller-object.
In IB there is an alpha-slider available in that colorwell to modify
color opacity value but during runtime there isn't such.
Is that bydesign or am I missing something?
Thanks.
__