MonobjcMonobjc Documented Class Library
GetComponents Method (components)
NamespacesMonobjc.AppKitNSColorGetComponents(IntPtr)

Returns the components of the receiver as an array.

Original signature is '- (void)getComponents:(CGFloat *)components'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GetComponents(
	IntPtr components
)
Public Overridable Sub GetComponents ( _
	components As IntPtr _
)
public:
virtual void GetComponents(
	IntPtr components
)
Parameters
components (IntPtr)
An array containing the components of the color object as float values.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)