| Name |
Description |
 |
Obj-C NSColor: Device RGB |
Inserts NSColor 'colorWithDeviceRed:green:blue:alpha:' syntax. |
 |
Obj-C NSColor: Calibrated RGB |
Inserts NSColor 'colorWithCalibratedRed:green:blue:alpha:' syntax. |
 |
Obj-C NSColor: Device CMYK |
Inserts NSColor 'colorWithDeviceCyan:magenta:yellow:black:alpha:' syntax. |
 |
Obj-C NSColor: Device Grayscale |
Inserts NSColor 'colorWithDeviceWhite:alpha:' syntax. |
 |
Obj-C NSColor: Calibrated Grayscale |
Inserts NSColor 'colorWithCalibratedWhite:alpha:' syntax. |
 |
Obj-C NSColor: Device |
Inserts NSColor Device RGB, CMYK or Grayscale Objective-C syntax. |
 |
Obj-C NSColor: Calibrated |
Inserts NSColor Calibrated RGB or Grayscale Objective-C syntax. CMYK
Color is converted to Calibrated RGB. |
 |
Obj-C NSColor: 'Best Match' |
Inserts the NSColor Objective-C syntax that 'best matches' the selected
color. |
 |
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}. |
 |
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}. |
 |
Grayscale Components |
Inserts a comma-separated list containing white and alpha component values.
For example, {0.784585, 1.0}. |
 |
Components |
Inserts a comma-separated list of color components values including alpha.
For example, {0.234, 0.23, 0.8973, 1.0}. |
 |
Java NSColor: Device RGB |
Inserts NSColor 'colorWithDeviceRGB' Java syntax. |
 |
Java NSColor: Calibrated RGB |
Inserts NSColor 'colorWithCalibratedRGB' Java syntax. |
 |
Java NSColor: Device CMYK |
Inserts NSColor 'colorWithDeviceCMYK' Java syntax. |
 |
Java NSColor: Device Grayscale |
Inserts NSColor 'colorWithDeviceWhite' Java syntax. |
 |
Java NSColor: Calibrated Grayscale |
Inserts NSColor 'colorWithCalibratedWhite' Java syntax. |
 |
Java NSColor: Device |
Inserts NSColor Device RGB, CMYK or Grayscale Java syntax. |
 |
Java NSColor: Calibrated |
Inserts NSColor Calibrated RGB or Grayscale Java syntax. CMYK Color is
converted to Calibrated RGB. |
 |
Java NSColor: 'Best Match' |
Inserts the NSColor Java syntax that 'best matches' the selected color. |
 |
CIColor: RGB |
Inserts CIColor 'colorWithRed:green:blue:' syntax. |
 |
CIColor: RGB with Alpha |
Inserts CIColor 'colorWithRed:green:blue:alpha:' syntax. |
 |
Obj-C NSColor: Device RGB |
Drag and drop NSColor 'colorWithDeviceRed:green:blue:alpha:' syntax. |
 |
Obj-C NSColor: Calibrated RGB |
Drag and drop NSColor 'colorWithCalibratedRed:green:blue:alpha:' syntax. |
 |
Obj-C NSColor: Device CMYK |
Drag and drop NSColor 'colorWithDeviceCyan:magenta:yellow:black:alpha:'
syntax. |
 |
Obj-C NSColor: Device Grayscale |
Drag and drop NSColor 'colorWithDeviceWhite:alpha:' syntax. |
 |
Obj-C NSColor: Calibrated Grayscale |
Drag and drop NSColor 'colorWithCalibratedWhite:alpha:' syntax. |
 |
Obj-C NSColor: Device |
Drag and drop NSColor Device RGB, CMYK or Grayscale Objective-C syntax. |
 |
Obj-C NSColor: Calibrated RGB |
Drag and drop NSColor Calibrated RGB or Grayscale Objective-C syntax.
CMYK Color is converted to Calibrated RGB. |
 |
Obj-C NSColor: 'Best Match' |
Drag and drop the NSColor Objective-C syntax that 'best matches' the
selected color. |
 |
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}. |
 |
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}. |
 |
Grayscale Components |
Drag and drop a comma-separated list containing white and alpha component
values. For example, {0.784585, 1.0}. |
 |
Components |
Drag and drop a comma-separated list of color components values including
alpha. For example, {0.234, 0.23, 0.8973, 1.0}. |
 |
Java NSColor: Device RGB |
Drag and drop NSColor 'colorWithDeviceRGB' Java syntax. |
 |
Java NSColor: Calibrated RGB |
Drag and drop NSColor 'colorWithCalibratedRGB' Java syntax. |
 |
Java NSColor: Device CMYK |
Drag and drop NSColor 'colorWithDeviceCMYK' Java syntax. |
 |
Java NSColor: Device Grayscale |
Drag and drop NSColor 'colorWithDeviceWhite' Java syntax. |
 |
Java NSColor: Calibrated Grayscale |
Drag and drop NSColor 'colorWithCalibratedWhite' Java syntax. |
 |
Java NSColor: Device |
Drag and drop NSColor Device RGB, CMYK or Grayscale Java syntax. |
 |
Java NSColor: Calibrated |
Drag and drop NSColor Calibrated RGB or Grayscale Java syntax. CMYK Color
is converted to Calibrated RGB. |
 |
Java NSColor: 'Best Match' |
Drag and drop the NSColor Java syntax that 'best matches' the selected
color. |
 |
CIColor: RGB |
Drag and drop CIColor 'colorWithRed:green:blue:' syntax. |
 |
CIColor: RGB with Alpha |
Drag and drop CIColor 'colorWithRed:green:blue:alpha:' syntax. |