withHue method
Returns a copy with a different hue value.
Implementation
PdfColorHsl withHue(double hue) {
return PdfColorHsl(hue, saturation, lightness, alpha);
}
Returns a copy with a different hue value.
PdfColorHsl withHue(double hue) {
return PdfColorHsl(hue, saturation, lightness, alpha);
}