FROM : Sean McBride
DATE : Mon Jun 02 19:14:25 2008
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 flag set to NO and explicitly make colors opaque
in cases where it matters to them. Note that calling this with a value
of YES overrides any value set with the NSColorPanel method setShowsAlpha:."
On 6/1/08 9:33 AM, Ken Ferry said:
>This is controlled by -[NSColorPanel setShowsAlpha:].
>
>Try calling [[NSColorPanel sharedColorPanel] setShowsAlpha:YES].
>
>-Ken
>
>On Sun, Jun 1, 2008 at 9:23 AM, Mike <mike.<email_removed>> wrote:
>> 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?
--
____________________________________________________________
Sean McBride, B. Eng <email_removed>
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
DATE : Mon Jun 02 19:14:25 2008
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 flag set to NO and explicitly make colors opaque
in cases where it matters to them. Note that calling this with a value
of YES overrides any value set with the NSColorPanel method setShowsAlpha:."
On 6/1/08 9:33 AM, Ken Ferry said:
>This is controlled by -[NSColorPanel setShowsAlpha:].
>
>Try calling [[NSColorPanel sharedColorPanel] setShowsAlpha:YES].
>
>-Ken
>
>On Sun, Jun 1, 2008 at 9:23 AM, Mike <mike.<email_removed>> wrote:
>> 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?
--
____________________________________________________________
Sean McBride, B. Eng <email_removed>
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
| Related mails | Author | Date |
|---|---|---|
| Mike | Jun 1, 18:23 | |
| Ken Ferry | Jun 1, 18:33 | |
| Mike | Jun 1, 21:02 | |
| Sean McBride | Jun 2, 19:14 |






Cocoa mail archive

