All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Color
NSColor
.
[[NSColor
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- alphaComponent
Objective-C instance method.
+ blackColor
Objective-C class method.
- blackComponent
Objective-C instance method.
- blendedColorWithFraction:ofColor:
Objective-C instance method.
+ blueColor
Objective-C class method.
- blueComponent
Objective-C instance method.
- brightnessComponent
Objective-C instance method.
+ brownColor
Objective-C class method.
- catalogNameComponent
Objective-C instance method.
+ clearColor
Objective-C class method.
+ colorFromPasteboard:
Objective-C class method.
- colorNameComponent
Objective-C instance method.
- colorSpaceName
Objective-C instance method.
- colorUsingColorSpaceName:
Objective-C instance method.
- colorUsingColorSpaceName:device:
Objective-C instance method.
- colorWithAlphaComponent:
Objective-C instance method.
+ colorWithCalibratedHue:saturation:brightness:alpha:
Objective-C class method.
+ colorWithCalibratedRed:green:blue:alpha:
Objective-C class method.
+ colorWithCalibratedWhite:alpha:
Objective-C class method.
+ colorWithCatalogName:colorName:
Objective-C class method.
+ colorWithDeviceCyan:magenta:yellow:black:alpha:
Objective-C class method.
+ colorWithDeviceHue:saturation:brightness:alpha:
Objective-C class method.
+ colorWithDeviceRed:green:blue:alpha:
Objective-C class method.
+ colorWithDeviceWhite:alpha:
Objective-C class method.
+ controlBackgroundColor
Objective-C class method.
+ controlColor
Objective-C class method.
+ controlDarkShadowColor
Objective-C class method.
+ controlHighlightColor
Objective-C class method.
+ controlLightHighlightColor
Objective-C class method.
+ controlShadowColor
Objective-C class method.
+ controlTextColor
Objective-C class method.
+ cyanColor
Objective-C class method.
- cyanComponent
Objective-C instance method.
+ darkGrayColor
Objective-C class method.
+ disabledControlTextColor
Objective-C class method.
- drawSwatchInRect:
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
+ grayColor
Objective-C class method.
+ greenColor
Objective-C class method.
- greenComponent
Objective-C instance method.
+ gridColor
Objective-C class method.
+ highlightColor
Objective-C class method.
- highlightWithLevel:
Objective-C instance method.
- hueComponent
Objective-C instance method.
+ ignoresAlpha
Objective-C class method.
+ knobColor
Objective-C class method.
+ lightGrayColor
Objective-C class method.
- localizedCatalogNameComponent
Objective-C instance method.
- localizedColorNameComponent
Objective-C instance method.
+ magentaColor
Objective-C class method.
- magentaComponent
Objective-C instance method.
+ orangeColor
Objective-C class method.
+ purpleColor
Objective-C class method.
+ redColor
Objective-C class method.
- redComponent
Objective-C instance method.
- saturationComponent
Objective-C instance method.
+ scrollBarColor
Objective-C class method.
+ selectedControlColor
Objective-C class method.
+ selectedControlTextColor
Objective-C class method.
+ selectedKnobColor
Objective-C class method.
+ selectedMenuItemColor
Objective-C class method.
+ selectedMenuItemTextColor
Objective-C class method.
+ selectedTextBackgroundColor
Objective-C class method.
+ selectedTextColor
Objective-C class method.
- set
Objective-C instance method.
+ setIgnoresAlpha:
Objective-C class method.
+ shadowColor
Objective-C class method.
- shadowWithLevel:
Objective-C instance method.
+ textBackgroundColor
Objective-C class method.
+ textColor
Objective-C class method.
+ whiteColor
Objective-C class method.
- whiteComponent
Objective-C instance method.
+ windowFrameColor
Objective-C class method.
+ windowFrameTextColor
Objective-C class method.
- writeToPasteboard:
Objective-C instance method.
+ yellowColor
Objective-C class method.
- yellowComponent
Objective-C instance method.
public static final String SystemColorsDidChangeNotification
protected Color(boolean shouldAllocate, int objcObject)
public Color()
[[NSColor
alloc] init]
.
public Color(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public static native Color colorWithCalibratedWhite(float white, float alpha)
+ colorWithCalibratedWhite:alpha:
Objective-C class method.
public static native Color colorWithCalibratedHSB(float hue, float saturation, float brightness, float alpha)
+ colorWithCalibratedHue:saturation:brightness:alpha:
Objective-C class method.
public static native Color colorWithCalibratedRGB(float red, float green, float blue, float alpha)
+ colorWithCalibratedRed:green:blue:alpha:
Objective-C class method.
public static native Color colorWithDeviceWhite(float white, float alpha)
+ colorWithDeviceWhite:alpha:
Objective-C class method.
public static native Color colorWithDeviceHSB(float hue, float saturation, float brightness, float alpha)
+ colorWithDeviceHue:saturation:brightness:alpha:
Objective-C class method.
public static native Color colorWithDeviceRGB(float red, float green, float blue, float alpha)
+ colorWithDeviceRed:green:blue:alpha:
Objective-C class method.
public static native Color colorWithDeviceCMYK(float cyan, float magenta, float yellow, float black, float alpha)
+ colorWithDeviceCyan:magenta:yellow:black:alpha:
Objective-C class method.
public static native Color colorWithCatalogName(String listName, String colorName)
+ colorWithCatalogName:colorName:
Objective-C class method.
public static native Color blackColor()
+ blackColor
Objective-C class method.
public static native Color darkGrayColor()
+ darkGrayColor
Objective-C class method.
public static native Color lightGrayColor()
+ lightGrayColor
Objective-C class method.
public static native Color whiteColor()
+ whiteColor
Objective-C class method.
public static native Color grayColor()
+ grayColor
Objective-C class method.
public static native Color redColor()
+ redColor
Objective-C class method.
public static native Color greenColor()
+ greenColor
Objective-C class method.
public static native Color blueColor()
+ blueColor
Objective-C class method.
public static native Color cyanColor()
+ cyanColor
Objective-C class method.
public static native Color yellowColor()
+ yellowColor
Objective-C class method.
public static native Color magentaColor()
+ magentaColor
Objective-C class method.
public static native Color orangeColor()
+ orangeColor
Objective-C class method.
public static native Color purpleColor()
+ purpleColor
Objective-C class method.
public static native Color brownColor()
+ brownColor
Objective-C class method.
public static native Color clearColor()
+ clearColor
Objective-C class method.
public static native Color controlShadowColor()
+ controlShadowColor
Objective-C class method.
public static native Color controlDarkShadowColor()
+ controlDarkShadowColor
Objective-C class method.
public static native Color controlColor()
+ controlColor
Objective-C class method.
public static native Color controlHighlightColor()
+ controlHighlightColor
Objective-C class method.
public static native Color controlLightHighlightColor()
+ controlLightHighlightColor
Objective-C class method.
public static native Color controlTextColor()
+ controlTextColor
Objective-C class method.
public static native Color controlBackgroundColor()
+ controlBackgroundColor
Objective-C class method.
public static native Color selectedControlColor()
+ selectedControlColor
Objective-C class method.
public static native Color selectedControlTextColor()
+ selectedControlTextColor
Objective-C class method.
public static native Color disabledControlTextColor()
+ disabledControlTextColor
Objective-C class method.
public static native Color textColor()
+ textColor
Objective-C class method.
public static native Color textBackgroundColor()
+ textBackgroundColor
Objective-C class method.
public static native Color selectedTextColor()
+ selectedTextColor
Objective-C class method.
public static native Color selectedTextBackgroundColor()
+ selectedTextBackgroundColor
Objective-C class method.
public static native Color gridColor()
+ gridColor
Objective-C class method.
public static native Color scrollBarColor()
+ scrollBarColor
Objective-C class method.
public static native Color knobColor()
+ knobColor
Objective-C class method.
public static native Color selectedKnobColor()
+ selectedKnobColor
Objective-C class method.
public static native Color windowFrameColor()
+ windowFrameColor
Objective-C class method.
public static native Color windowFrameTextColor()
+ windowFrameTextColor
Objective-C class method.
public static native Color selectedMenuItemColor()
+ selectedMenuItemColor
Objective-C class method.
public static native Color selectedMenuItemTextColor()
+ selectedMenuItemTextColor
Objective-C class method.
public static native Color highlightColor()
+ highlightColor
Objective-C class method.
public static native Color shadowColor()
+ shadowColor
Objective-C class method.
public native Color highlightWithLevel(float val)
- highlightWithLevel:
Objective-C instance method.
public native Color shadowWithLevel(float val)
- shadowWithLevel:
Objective-C instance method.
public native void set()
- set
Objective-C instance method.
public native String colorSpaceName()
- colorSpaceName
Objective-C instance method.
public native Color colorUsingColorSpaceName(String colorSpace)
- colorUsingColorSpaceName:
Objective-C instance method.
public native Color colorUsingColorSpaceNameAndDevice(String colorSpace, Dictionary deviceDescription)
- colorUsingColorSpaceName:device:
Objective-C instance method.
public native Color blendedColorWithFractionOfColor(float fraction, Color color)
- blendedColorWithFraction:ofColor:
Objective-C instance method.
public native Color colorWithAlphaComponent(float alpha)
- colorWithAlphaComponent:
Objective-C instance method.
public native String catalogNameComponent()
- catalogNameComponent
Objective-C instance method.
public native String colorNameComponent()
- colorNameComponent
Objective-C instance method.
public native String localizedCatalogNameComponent()
- localizedCatalogNameComponent
Objective-C instance method.
public native String localizedColorNameComponent()
- localizedColorNameComponent
Objective-C instance method.
public native float redComponent()
- redComponent
Objective-C instance method.
public native float greenComponent()
- greenComponent
Objective-C instance method.
public native float blueComponent()
- blueComponent
Objective-C instance method.
public native float hueComponent()
- hueComponent
Objective-C instance method.
public native float saturationComponent()
- saturationComponent
Objective-C instance method.
public native float brightnessComponent()
- brightnessComponent
Objective-C instance method.
public native float whiteComponent()
- whiteComponent
Objective-C instance method.
public native float cyanComponent()
- cyanComponent
Objective-C instance method.
public native float magentaComponent()
- magentaComponent
Objective-C instance method.
public native float yellowComponent()
- yellowComponent
Objective-C instance method.
public native float blackComponent()
- blackComponent
Objective-C instance method.
public native float alphaComponent()
- alphaComponent
Objective-C instance method.
public static native Color colorFromPasteboard(Pasteboard pasteBoard)
+ colorFromPasteboard:
Objective-C class method.
public native void writeToPasteboard(Pasteboard pasteBoard)
- writeToPasteboard:
Objective-C instance method.
public native void drawSwatchInRect(Rect rect)
- drawSwatchInRect:
Objective-C instance method.
public static native void setIgnoresAlpha(boolean flag)
+ setIgnoresAlpha:
Objective-C class method.
public static native boolean ignoresAlpha()
+ ignoresAlpha
Objective-C class method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index