MonobjcMonobjc Documented Class Library
GreenSpeed Property
NamespacesMonobjc.QuartzCoreCAEmitterCellGreenSpeed

The speed, in seconds, at which the green color component changes over the lifetime of the cell. Animatable.

Original signature is '@property float greenSpeed'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual float GreenSpeed { get; set; }
Public Overridable Property GreenSpeed As Single
	Get
	Set
public:
virtual property float GreenSpeed {
	float get ();
	void set (float value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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