GradientPaint.BlendStartAndEndColors 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
BlendStartAndEndColors() | |
BlendStartAndEndColors(Color, Color, Single) |
BlendStartAndEndColors()
- Source:
- GradientPaint.cs
- Source:
- GradientPaint.cs
public:
Microsoft::Maui::Graphics::Color ^ BlendStartAndEndColors();
public Microsoft.Maui.Graphics.Color BlendStartAndEndColors ();
member this.BlendStartAndEndColors : unit -> Microsoft.Maui.Graphics.Color
Public Function BlendStartAndEndColors () As Color
Returns
Applies to
BlendStartAndEndColors(Color, Color, Single)
- Source:
- GradientPaint.cs
- Source:
- GradientPaint.cs
public:
Microsoft::Maui::Graphics::Color ^ BlendStartAndEndColors(Microsoft::Maui::Graphics::Color ^ startColor, Microsoft::Maui::Graphics::Color ^ endColor, float factor);
public Microsoft.Maui.Graphics.Color BlendStartAndEndColors (Microsoft.Maui.Graphics.Color startColor, Microsoft.Maui.Graphics.Color endColor, float factor);
member this.BlendStartAndEndColors : Microsoft.Maui.Graphics.Color * Microsoft.Maui.Graphics.Color * single -> Microsoft.Maui.Graphics.Color
Public Function BlendStartAndEndColors (startColor As Color, endColor As Color, factor As Single) As Color
Parameters
- startColor
- Color
- endColor
- Color
- factor
- Single
Returns
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.