Color.FromHsla 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
FromHsla(Double, Double, Double, Double) | |
FromHsla(Single, Single, Single, Single) |
FromHsla(Double, Double, Double, Double)
- Source:
- Color.cs
- Source:
- Color.cs
public static Microsoft.Maui.Graphics.Color FromHsla (double h, double s, double l, double a = 1);
static member FromHsla : double * double * double * double -> Microsoft.Maui.Graphics.Color
Public Shared Function FromHsla (h As Double, s As Double, l As Double, Optional a As Double = 1) As Color
Parameters
- h
- Double
- s
- Double
- l
- Double
- a
- Double
Returns
Applies to
FromHsla(Single, Single, Single, Single)
- Source:
- Color.cs
- Source:
- Color.cs
public static Microsoft.Maui.Graphics.Color FromHsla (float h, float s, float l, float a = 1);
static member FromHsla : single * single * single * single -> Microsoft.Maui.Graphics.Color
Public Shared Function FromHsla (h As Single, s As Single, l As Single, Optional a As Single = 1) As Color
Parameters
- h
- Single
- s
- Single
- l
- Single
- a
- Single
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.