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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.