Tangerine Support
Copy Top
Copty left Top

Xcode Actions Library v1.0

Description: Actions in this Library convert color swatches into programming syntax that can be inserted or dragged and dropped into Xcode. Specifically, these Actions convert colors into:

  • NSColor class syntax for device or calibrated RGB colors, device CMYK color and device or calibrated Grayscale colors. Both Objective-C and Java syntax variations are supported.
  • CIColor class syntax.
  • Comma-separated lists containing a color's component values – floating-point values between 0.0 – 1.0.

Supported Applications: Apple Xcode Version 2.0 or greater.

Actions


Name Description
Output Action Obj-C NSColor: Device RGB Inserts NSColor 'colorWithDeviceRed:green:blue:alpha:' syntax.
Output Action Obj-C NSColor: Calibrated RGB Inserts NSColor 'colorWithCalibratedRed:green:blue:alpha:' syntax.
Output Action Obj-C NSColor: Device CMYK Inserts NSColor 'colorWithDeviceCyan:magenta:yellow:black:alpha:' syntax.
Output Action Obj-C NSColor: Device Grayscale Inserts NSColor 'colorWithDeviceWhite:alpha:' syntax.
Output Action Obj-C NSColor: Calibrated Grayscale Inserts NSColor 'colorWithCalibratedWhite:alpha:' syntax.
Output Action Obj-C NSColor: Device Inserts NSColor Device RGB, CMYK or Grayscale Objective-C syntax.
Output Action Obj-C NSColor: Calibrated Inserts NSColor Calibrated RGB or Grayscale Objective-C syntax. CMYK Color is converted to Calibrated RGB.
Output Action Obj-C NSColor: 'Best Match' Inserts the NSColor Objective-C syntax that 'best matches' the selected color.
Output Action RGB Components Inserts a comma-separated list containing red, green, blue and alpha component values. For example, {0.234, 0.234, 0.89, 1.0}.
Output Action CMYK Components Inserts a comma-separated list containing cyan, magenta, yellow, black and alpha component values. For example, {0.78, 0.2, 0.23, 0.89, 1.0}.
Output Action Grayscale Components Inserts a comma-separated list containing white and alpha component values. For example, {0.784585, 1.0}.
Output Action Components Inserts a comma-separated list of color components values including alpha. For example, {0.234, 0.23, 0.8973, 1.0}.
Output Action Java NSColor: Device RGB Inserts NSColor 'colorWithDeviceRGB' Java syntax.
Output Action Java NSColor: Calibrated RGB Inserts NSColor 'colorWithCalibratedRGB' Java syntax.
Output Action Java NSColor: Device CMYK Inserts NSColor 'colorWithDeviceCMYK' Java syntax.
Output Action Java NSColor: Device Grayscale Inserts NSColor 'colorWithDeviceWhite' Java syntax.
Output Action Java NSColor: Calibrated Grayscale Inserts NSColor 'colorWithCalibratedWhite' Java syntax.
Output Action Java NSColor: Device Inserts NSColor Device RGB, CMYK or Grayscale Java syntax.
Output Action Java NSColor: Calibrated Inserts NSColor Calibrated RGB or Grayscale Java syntax. CMYK Color is converted to Calibrated RGB.
Output Action Java NSColor: 'Best Match' Inserts the NSColor Java syntax that 'best matches' the selected color.
Output Action CIColor: RGB Inserts CIColor 'colorWithRed:green:blue:' syntax.
Output Action CIColor: RGB with Alpha Inserts CIColor 'colorWithRed:green:blue:alpha:' syntax.
Drag Action Obj-C NSColor: Device RGB Drag and drop NSColor 'colorWithDeviceRed:green:blue:alpha:' syntax.
Drag Action Obj-C NSColor: Calibrated RGB Drag and drop NSColor 'colorWithCalibratedRed:green:blue:alpha:' syntax.
Drag Action Obj-C NSColor: Device CMYK Drag and drop NSColor 'colorWithDeviceCyan:magenta:yellow:black:alpha:' syntax.
Drag Action Obj-C NSColor: Device Grayscale Drag and drop NSColor 'colorWithDeviceWhite:alpha:' syntax.
Drag Action Obj-C NSColor: Calibrated Grayscale Drag and drop NSColor 'colorWithCalibratedWhite:alpha:' syntax.
Drag Action Obj-C NSColor: Device Drag and drop NSColor Device RGB, CMYK or Grayscale Objective-C syntax.
Drag Action Obj-C NSColor: Calibrated RGB Drag and drop NSColor Calibrated RGB or Grayscale Objective-C syntax. CMYK Color is converted to Calibrated RGB.
Drag Action Obj-C NSColor: 'Best Match' Drag and drop the NSColor Objective-C syntax that 'best matches' the selected color.
Drag Action RGB Components Drag and drop a comma-separated list containing red, green, blue and alpha component values. For example, {0.234, 0.234, 0.89, 1.0}.
Drag Action CMYK Components Drag and drop a comma-separated list containing cyan, magenta, yellow, black and alpha component values. For example, {0.78, 0.2, 0.23, 0.89, 1.0}.
Drag Action Grayscale Components Drag and drop a comma-separated list containing white and alpha component values. For example, {0.784585, 1.0}.
Drag Action Components Drag and drop a comma-separated list of color components values including alpha. For example, {0.234, 0.23, 0.8973, 1.0}.
Drag Action Java NSColor: Device RGB Drag and drop NSColor 'colorWithDeviceRGB' Java syntax.
Drag Action Java NSColor: Calibrated RGB Drag and drop NSColor 'colorWithCalibratedRGB' Java syntax.
Drag Action Java NSColor: Device CMYK Drag and drop NSColor 'colorWithDeviceCMYK' Java syntax.
Drag Action Java NSColor: Device Grayscale Drag and drop NSColor 'colorWithDeviceWhite' Java syntax.
Drag Action Java NSColor: Calibrated Grayscale Drag and drop NSColor 'colorWithCalibratedWhite' Java syntax.
Drag Action Java NSColor: Device Drag and drop NSColor Device RGB, CMYK or Grayscale Java syntax.
Drag Action Java NSColor: Calibrated Drag and drop NSColor Calibrated RGB or Grayscale Java syntax. CMYK Color is converted to Calibrated RGB.
Drag Action Java NSColor: 'Best Match' Drag and drop the NSColor Java syntax that 'best matches' the selected color.
Drag Action CIColor: RGB Drag and drop CIColor 'colorWithRed:green:blue:' syntax.
Drag Action CIColor: RGB with Alpha Drag and drop CIColor 'colorWithRed:green:blue:alpha:' syntax.
Box Top Left Box Top Right
 
Tangerine Help Docs

Applying and Retrieving Colors in Your Applications


Tech SupportTech Support
We try to provide all the support you need right here on our website. However, you can email our customer support team at support@rightside.com.au. Please provide our customer support team with as much information about the issue as you can, that way we can respond to the problem accurately and efficiently.

 
Box Bottom Left Box Bottom Right
 
Copy Left Bottom Copy Right Bottom
Copy Top