MonobjcMonobjc Documented Class Library
RedComponent Property
NamespacesMonobjc.AppKitNSColorRedComponent

Returns the receiver’s red component.

Original signature is '- (CGFloat)redComponent'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGFloat RedComponent { get; }
Public Overridable ReadOnly Property RedComponent As CGFloat
	Get
public:
virtual property CGFloat RedComponent {
	CGFloat get ();
}
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)