Aspose::BarCode::Generation::HslaColor::HslaColor constructor
HslaColor::HslaColor constructor
Constructor for HslaColor.
Aspose::BarCode::Generation::HslaColor::HslaColor(int32_t h, int32_t s, int32_t l, float a)
| Parameter | Type | Description |
|---|---|---|
| h | int32_t | Hue [0, 360] |
| s | int32_t | Saturation [0, 100] |
| l | int32_t | Lightness [0, 100] |
| a | float | Alpha (opacity) [0.0f, 1.0f] |
See Also
- Class HslaColor
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++