Color Class

Class representing color value.

Object
   Color

class Color

Constructors

ColorConstructs color from red, green, blue and alpha float components.
ColorConstructs color from red, green, and blue float components.
Color

Properties

AsNSColorReturns the color as NSColor object.
AsCGColorReturns the color as CGColor object.

Methods

EqualsCompares two colors returning true if they are equal.
GetHashCodeReturns Hash code for the color.
shared RGBStatic convenience function to make color from red, green, and blue float components.
shared RGBAStatic convenience function to make color from red, green, blue and alpha float components.
shared op_Equality
shared op_Inequality