• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: When is (NSColor) black not black?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: When is (NSColor) black not black?


  • Subject: Re: When is (NSColor) black not black?
  • From: Douglas Davidson <email@hidden>
  • Date: Mon, 2 May 2005 15:39:15 -0700


On May 2, 2005, at 1:36 PM, glenn andreas wrote:

If what you want to do is see if it really is "black", you can do something like:


    if ([[[colorWheel color] colorUsingColorSpaceName: NSCalibratedWhiteColorSpace] whiteComponent] == 0.0)

        // we've got black


If you want to see if the color in the picker is "the same" as any other given color, first try converting to the appropriate color space (and it would be up to you to decide which color space that is, be it RGB, CMYK, white and calibrated or device specific).  You may want to also figure out if the alpha component matters (are two colors that have the same color components with different alphas the same color?  Depends on your needs...)



When you do something like this, you should be sure to check that the result of colorUsingColorSpaceName: is not nil.  Not all conversions are possible.

Douglas Davidson

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >When is (NSColor) black not black? (From: Mark Dawson <email@hidden>)
 >Re: When is (NSColor) black not black? (From: glenn andreas <email@hidden>)

  • Prev by Date: Re: Anyone using OCUnit with Tiger/XCode 2.0?
  • Next by Date: Application Design Guidelines
  • Previous by thread: Re: When is (NSColor) black not black?
  • Next by thread: Re: When is (NSColor) black not black?
  • Index(es):
    • Date
    • Thread