MonoMac.CoreGraphics.CGColor Members

The members of MonoMac.CoreGraphics.CGColor are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Creates a color from an existing color, using the specified alpha value.
Creates a color on a colorspace, with the specified components.
Creates a color from a grey value and an alpha value.
Creates a color using the specified colorspace, pattern and components.
Creates a color from red, green and blue components.
Creates a color from red, green, blue and alpha components.

Public Properties

[read-only]
Alphafloat. The alpha channel value.
[read-only]
ColorSpaceCGColorSpace. The color's colorspace.
[read-only]
Componentsfloat[]. The components for this color.
[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
[read-only]
NumberOfComponentsint. The number of components in this color.
[read-only]
PatternCGPattern. If present, the pattern for this color.

Public Methods

Dispose()
Releases the resourced used by the CGColor object.
override
Equals(object) : bool
Determines if the objects are equal.
Finalize()
Finalizer for the CGColor object
override
GetHashCode() : int
Get the hashcode for this color.

Protected Methods

Dispose(bool)
Releases the resourced used by the CGColor object.

Public Operators

static
Equality(CGColor, CGColor)Documentation for this section has not yet been entered.
static
Inequality(CGColor, CGColor)Documentation for this section has not yet been entered.