EdgeEffect.SetColor(Color) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.