Android.Graphics.Paint.SetARGB Method
Helper to setColor(), that takes a,r,g,b and constructs the color int

Syntax

[Android.Runtime.Register("setARGB", "(IIII)V", "GetSetARGB_IIIIHandler")]
public virtual void SetARGB (int a, int r, int g, int b)

Parameters

a
The new alpha component (0..255) of the paint's color.
r
The new red component (0..255) of the paint's color.
g
The new green component (0..255) of the paint's color.
b
The new blue component (0..255) of the paint's color.

Remarks

Helper to setColor(), that takes a,r,g,b and constructs the color int

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1