From f81dd99302eaa91b9b27010cd94a4f2f6a64a32e Mon Sep 17 00:00:00 2001
From: Fabien_ Returns a NSColor in a NSCalibratedWhiteColorSpace space name.
- with white and alpha values set as NSBlack and 1.0 respectively
See Also : +colorWithCalibratedWhite:alpha:
*/ + (NSColor*) blackColor @@ -492,7 +492,7 @@ systemColorWithName(NSString *name) /**Returns an NSColor in a NSCalibratedRGBColorSpace space name. with red, green, blue and alpha values set as 0.0, 0.0, 1.0 and 1.0 - respectively
See Also : +colorWithCalibratedRed:green:blue:alpha:
+ respectively.See Also : +colorWithCalibratedRed:green:blue:alpha:
*/ + (NSColor*) blueColor { @@ -504,7 +504,7 @@ systemColorWithName(NSString *name) /**Returns a NSColor in a NSCalibratedRGBColorSpace space name. with red, green, blue and alpha values set as 0.6, 0.4, 0.2 and 1.0 - respectively
See Also: +colorWithCalibratedRed:green:blue:alpha:
+ respectively.See Also: +colorWithCalibratedRed:green:blue:alpha:
*/ + (NSColor*) brownColor { @@ -515,7 +515,7 @@ systemColorWithName(NSString *name) } /**Returns a NSColor in a NSCalibratedWhiteColorSpace space name. - with white and alpha values set as 0.0 and 1.0 respectively
+ with white and alpha values set as 0.0 and 1.0 respectively.See Also : +colorWithCalibratedWhite:alpha:
*/ + (NSColor*) clearColor @@ -526,7 +526,7 @@ systemColorWithName(NSString *name) /**Returns a NSColor in a NSCalibratedRGBColorSpace space name. with red, green, blue and alpha values set as 0.0, 1.0, 1.0 and 1.0 - respectively
See Also : +colorWithCalibratedRed:green:blue:alpha:
+ respectively.See Also : +colorWithCalibratedRed:green:blue:alpha:
*/ + (NSColor*) cyanColor { @@ -537,7 +537,7 @@ systemColorWithName(NSString *name) } /**Returns a NSColor in a NSCalibratedWhiteColorSpace space name. - with white and alpha values set as NSDarkGray and 1.0 respectively
+ with white and alpha values set as NSDarkGray and 1.0 respectively.See Also : +colorWithCalibratedWhite:alpha:
*/ + (NSColor*) darkGrayColor @@ -546,7 +546,7 @@ systemColorWithName(NSString *name) } /**Returns a NSColor in a NSCalibratedWhiteColorSpace space name. - with white and alpha values set as NSGray and 1.0 respectively
+ with white and alpha values set as NSGray and 1.0 respectively.See Also: +colorWithCalibratedWhite:alpha:
*/ + (NSColor*) grayColor @@ -577,7 +577,7 @@ systemColorWithName(NSString *name) /**Returns a NSColor in a NSCalibratedRGBColorSpace space name. with red, green, blue and alpha values set as 1.0, 0.0, 1.0 and 1.0 - respectively
See Also : +colorWithCalibratedRed:green:blue:alpha:
+ respectively.See Also : +colorWithCalibratedRed:green:blue:alpha:
*/ + (NSColor*) magentaColor { @@ -590,7 +590,7 @@ systemColorWithName(NSString *name) /**Returns a NSColor in a NSCalibratedRGBColorSpace space name. with red, green, blue and alpha values set as 1.0, 0.5, 0.0 and 1.0 - respectively
See Also: +colorWithCalibratedRed:green:blue:alpha:
+ respectively.See Also: +colorWithCalibratedRed:green:blue:alpha:
*/ + (NSColor*) orangeColor { @@ -603,7 +603,7 @@ systemColorWithName(NSString *name) /**Returns a NSColor in a NSCalibratedRGBColorSpace space name. with red, green, blue and alpha values set as 0.5, 0.0, 0.5 and 1.0 - respectively
See Also : +colorWithCalibratedRed:green:blue:alpha:
+ respectively.See Also : +colorWithCalibratedRed:green:blue:alpha:
*/ + (NSColor*) purpleColor { @@ -627,7 +627,7 @@ systemColorWithName(NSString *name) } /**Returns a NSColor in a NSCalibratedWhiteColorSpace space name. - with white and alpha values set as NSWhite and 1.0 respectively
+ with white and alpha values set as NSWhite and 1.0 respectively.See Also : +colorWithCalibratedWhite:alpha:
*/ + (NSColor*) whiteColor @@ -638,7 +638,7 @@ systemColorWithName(NSString *name) /**Returns a NSColor in a NSCalibratedRGBColorSpace space name. with red, green, blue and alpha values set as 1.0, 0.0, 0.0 and 1.0 - respectively
See Also : +colorWithCalibratedRed:green:blue:alpha:
+ respectively.See Also : +colorWithCalibratedRed:green:blue:alpha:
*/ + (NSColor*) yellowColor { @@ -658,7 +658,7 @@ systemColorWithName(NSString *name) } /** TODO - *See Also: +ignoresAlpha:
+ *See Also: +ignoresAlpha
*/ + (void) setIgnoresAlpha: (BOOL)flag {