scottc@net-community.com
)fredkiefer@gmx.de
)The colorful color class
Copyright: (C) 1996, 1998, 2001, 2002 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSColor.h
- Conforms to:
- NSCoding
- NSCopying
TODO NSColor description
Returns a NSColor in a NSCalibratedWhiteColorSpace space name. with white and alpha values set as NSBlack and 1.0 respectively.
See Also : +colorWithCalibratedWhite:alpha:
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:
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:
Returns a NSColor in a NSCalibratedWhiteColorSpace space name. with white and alpha values set as 0.0 and 1.0 respectively.
See Also : +colorWithCalibratedWhite:alpha:
Returns the NSColor on the NSPasteboard
pasteBoard or nil
if it
does not exists.
See Also: -writeToPasteboard:
Creates and returns a new NSColor in a NSCalibratedRGBColorSpace space name, with hue, saturation, brightness and alpha as specified. Valid values are the range 0.0 to 1.0. Out of range values will be clipped.
Creates and returns a new NSColor in a NSCalibratedRGBColorSpace space name, with red, green, blue and alpha as specified. Valid values are the range 0.0 to 1.0. Out of range values will be clipped.
Creates and returns a new NSColor in a NSCalibratedWhiteColorSpace space name, with red, green, blue and alpha as specified. Valid values are the range 0.0 to 1.0. Out of range values will be clipped.
TODO
Creates and returns a new NSColor in a NSDeviceCMYKColorSpace space name, with cyan, magenta, yellow, black and alpha as specified. Valid values are the range 0.0 to 1.0. Out of range values will be clipped.
Creates and returns a new NSColor in a NSDeviceCMYKColorSpace space name, with hue, saturation, brightness and alpha as specified. Valid values are the range 0.0 to 1.0. Out of range values will be clipped.
Creates and returns a new NSColor in a NSDeviceCMYKColorSpace space name, with red, green, blue and alpha as specified. Valid values are the range 0.0 to 1.0. Out of range values will be clipped.
Creates and returns a new NSColor in a NSDeviceWhiteColorSpace space name, with red, green, blue and alpha as specified. Valid values are the range 0.0 to 1.0. Out of range values will be clipped.
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:
Returns a NSColor in a NSCalibratedWhiteColorSpace space name. with white and alpha values set as NSDarkGray and 1.0 respectively.
See Also : +colorWithCalibratedWhite:alpha:
Returns a NSColor in a NSCalibratedWhiteColorSpace space name. with white and alpha values set as NSGray and 1.0 respectively.
See Also: +colorWithCalibratedWhite:alpha:
Returns a NSColor in a NSCalibratedRGBColorSpace space name. with red, green, blue and alpha values set as 0.0, 1.0, 0.0 and 1.0 respectively
See Also: +colorWithCalibratedRed:green:blue:alpha:
See Also: +setIgnoresAlpha:
Returns a NSColor in a NSCalibratedWhiteColorSpace space name. with white and alpha values set as NSLightGray and 1.0 respectively
See Also : +colorWithCalibratedRed:green:blue:alpha:
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:
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:
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:
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:
See Also: +ignoresAlpha
Returns a NSColor in a NSCalibratedWhiteColorSpace space name. with white and alpha values set as NSWhite and 1.0 respectively.
See Also : +colorWithCalibratedWhite:alpha:
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:
Returns the black component. Raises a NSInternalInconsistencyException if NSColor is not a CMYK color.
Returns the blue component. Raises a NSInternalInconsistencyException if NSColor is not a RGB color.
Returns the brightness component. Raises a NSInternalInconsistencyException if NSColor space is not a RGB color
Returns the cyan component. Raises a NSInternalInconsistencyException if NSColor is not a CYMK color
Gets the cyan, magenta, yellow,black and alpha values from the NSColor. Raises a NSInternalInconsistencyException if the NSColor is not a CYMK color
Gets the hue, saturation, brightness and alpha values from the NSColor. Raises a NSInternalInconsistencyException if the NSColor is not a RGB color
Gets the red, green, blue and alpha values from the NSColor. Raises a NSInternalInconsistencyException if the NSColor is not a RGB color
Gets the white alpha values from the NSColor. Raises a NSInternalInconsistencyException if the NSColor is not a greyscale color
Returns the green component. Raises a NSInternalInconsistencyException if NSColor is not a RGB color
Returns the hue component. Raises a NSInternalInconsistencyException if NSColor is not a RGB color
Returns the magenta component. Raises a NSInternalInconsistencyException if NSColor is not a CMYK color
Returns the red component. Raises a NSInternalInconsistencyException if NSColor is not a RGB color
Returns the saturation component. Raises a NSInternalInconsistencyException if NSColor is not a RGB color
Returns the white component. Raises a NSInternalInconsistencyException if NSColor is not a grayscale color
Returns the yellow component. Raises a NSInternalInconsistencyException if NSColor is not a RGB color
- Declared in:
- AppKit/NSColor.h