Image.GetBlendColor Method

Definition

Overloads

GetBlendColor(BindableObject)

Returns the blend color for the image.

GetBlendColor(IPlatformElementConfiguration<Tizen,Image>)

Returns the blend color for the image.

GetBlendColor(BindableObject)

Returns the blend color for the image.

public static Xamarin.Forms.Color GetBlendColor (Xamarin.Forms.BindableObject element);
static member GetBlendColor : Xamarin.Forms.BindableObject -> Xamarin.Forms.Color

Parameters

element
BindableObject

The image on the Tizen platform whose back button icon to get.

Returns

The blend color for the image.

Applies to

GetBlendColor(IPlatformElementConfiguration<Tizen,Image>)

Returns the blend color for the image.

public static Xamarin.Forms.Color GetBlendColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Image> config);
static member GetBlendColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Image> -> Xamarin.Forms.Color

Parameters

config
IPlatformElementConfiguration<Tizen,Image>

The platform configuration for the image on the Tizen platform whose blend color to get.

Returns

The blend color for the image.

Applies to