Android.Graphics.Canvas.DrawRGB Method
Fill the entire canvas' bitmap (restricted to the current clip) with the specified RGB color, using srcover porterduff mode.

Syntax

[Android.Runtime.Register("drawRGB", "(III)V", "GetDrawRGB_IIIHandler")]
public virtual void DrawRGB (int r, int g, int b)

Parameters

r
red component (0..255) of the color to draw onto the canvas
g
green component (0..255) of the color to draw onto the canvas
b
blue component (0..255) of the color to draw onto the canvas

Remarks

Fill the entire canvas' bitmap (restricted to the current clip) with the specified RGB color, using srcover porterduff mode.

[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