EdgeEffect.SetColor(Color) Method

Definition

Set the color of this edge effect in argb.

[Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler")]
public virtual void SetColor (Android.Graphics.Color color);
[<Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler")>]
abstract member SetColor : Android.Graphics.Color -> unit
override this.SetColor : Android.Graphics.Color -> unit

Parameters

color
Color

Color in argb

Attributes

Remarks

Set the color of this edge effect in argb.

Java documentation for android.widget.EdgeEffect.setColor(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to