withHue method
Create a copy of this HSL color with a different hue value
Implementation
PdfColorHsl withHue(double hue) {
return PdfColorHsl(hue, saturation, lightness, alpha);
}
Create a copy of this HSL color with a different hue value
PdfColorHsl withHue(double hue) {
return PdfColorHsl(hue, saturation, lightness, alpha);
}