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