Color.FromLaba
Color.FromLaba method
Returns a new Color with the requested lightness, A, B, alpha values.
public static Color FromLaba(float lightness, float a, float b, float alpha)
| Parameter | Type | Description | 
|---|---|---|
| lightness | Single | A float that represents the lightness component of the color. | 
| a | Single | A float that represents the A component of the color. | 
| b | Single | A float that represents the B component of the color. | 
| alpha | Single | A float that represents the alpha component of the color. | 
Return Value
A new instance of the Color class
See Also
- class Color
 - namespace Aspose.Svg.Drawing
 - assembly Aspose.SVG