C# Class Monobjc.AppKit.NSColor

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns a System.String that represents this instance.

operator ( ) : NSColor

Returns an NSColor object that represents a blend between the receiver and the highlight color returned by highlightColor.

Original signature is '- (NSColor *)highlightWithLevel:( CGFloat)highlightLevel'

Available in Mac OS X v10.0 and later.

Method Details

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

operator() public static method

Returns an NSColor object that represents a blend between the receiver and the highlight color returned by highlightColor.

Original signature is '- (NSColor *)highlightWithLevel:( CGFloat)highlightLevel'

Available in Mac OS X v10.0 and later.

public static operator ( ) : NSColor
return NSColor