toHsl method

  1. @override
PdfColorHsl toHsl()
override

Converts this color to HSL.

Implementation

@override
PdfColorHsl toHsl() {
  return this;
}