diff --git a/ChangeLog b/ChangeLog index df867623a..c2550390c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * Source/NSCachedImageRep.m : Improved documentation * Source/NSCell.m : Improved documentation * Source/NSClipView.m : Improved documentation + * Source/NSColor.m : Improved documentation 2005-11-21 Fred Kiefer diff --git a/Source/NSColor.m b/Source/NSColor.m index fe707e6c7..2990eff8c 100644 --- a/Source/NSColor.m +++ b/Source/NSColor.m @@ -481,7 +481,7 @@ systemColorWithName(NSString *name) /**

Returns a NSColor in a NSCalibratedWhiteColorSpace space name. - with white and alpha values set as NSBlack and 1.0 respectively

+ 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 {