toHsl method

  1. @override
PdfColorHsl toHsl()
override

Convert this color to HSL

Implementation

@override
PdfColorHsl toHsl() {
  return this;
}