Image.SetBlendColor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| SetBlendColor(BindableObject, Color) |
Sets the blend color. |
| SetBlendColor(IPlatformElementConfiguration<Tizen,Image>, Color) |
Sets the blend color. |
SetBlendColor(BindableObject, Color)
Sets the blend color.
public static void SetBlendColor (Xamarin.Forms.BindableObject element, Xamarin.Forms.Color color);
static member SetBlendColor : Xamarin.Forms.BindableObject * Xamarin.Forms.Color -> unit
Parameters
- element
- BindableObject
- color
- Color
The new blend color value.
Applies to
SetBlendColor(IPlatformElementConfiguration<Tizen,Image>, Color)
Sets the blend color.
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Image> SetBlendColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Image> config, Xamarin.Forms.Color color);
static member SetBlendColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Image> * Xamarin.Forms.Color -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Image>
Parameters
- config
- IPlatformElementConfiguration<Tizen,Image>
The platform configuration for the image on the Tizen platform whose blend color to set.
- color
- Color
The new blend color value.
Returns
A fluent object on which the developer may make further method calls.