Android.Graphics.Drawables.ColorDrawable: Method Members

The methods of Android.Graphics.Drawables.ColorDrawable are listed below. For a list of all members, see the ColorDrawable Members list.

See Also: Inherited members from Android.Graphics.Drawables.Drawable

Public Methods

override
Draw(Android.Graphics.Canvas)
Draw in its bounds (set via setBounds) respecting optional effects such as alpha (set via setAlpha) and color filter (set via setColorFilter).
override
SetAlpha(int)
Sets the color's alpha value.
override
SetColorFilter(Android.Graphics.ColorFilter)
Sets the color filter applied to this color.