Color.FromHsla(Double, Double, Double, Double) 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.
Returns a new HSL Color with an alpha channel
public static Xamarin.Forms.Color FromHsla (double h, double s, double l, double a = 1);
static member FromHsla : double * double * double * double -> Xamarin.Forms.Color
Parameters
- h
- System.Double
The Hue component of the color.
- s
- System.Double
The Saturation component of the color.
- l
- System.Double
The Luminosity component of the color.
- a
- System.Double
The alpha value of the color.
Returns
An HSL color