Class HslaColor
HslaColor class
Class for representing HSLA color (Hue, Saturation, Lightness, Alpha)
public class HslaColor
Constructors
Name | Description |
---|---|
HslaColor(int, int, int, float) | Constructor for HslaColor |
Methods
Name | Description |
---|---|
static ConvertHslaToRgba(HslaColor) | Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB |
Fields
Name | Description |
---|---|
A | Alpha (opacity) [0.0f, 1.0f] |
readonly H | Hue [0, 360] |
readonly L | Lightness [0, 100] |
readonly S | Saturation [0, 100] |
See Also
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode