Android.Content.Res.Resources.GetColor Method
Return a color integer associated with a particular resource ID.

Syntax

[Android.Runtime.Register("getColor", "(I)I", "GetGetColor_IHandler")]
public virtual Android.Graphics.Color GetColor (int id)

Parameters

id
The desired resource identifier, as generated by the aapt tool. This integer encodes the package, type, and resource entry. The value 0 is an invalid identifier.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
!:NoType:android/content/res/Resources$NotFoundException;Href=../../../../reference/android/content/res/Resources.NotFoundException.htmlThrows NotFoundException if the given ID does not exist.

Remarks

Return a color integer associated with a particular resource ID. If the resource holds a complex Android.Content.Res.ColorStateList, then the default color from the set is returned.

[Android Documentation]

Requirements

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