| 646 | /hsl\(([-+]?\d+(?:.\d+)?\s*,\s*[-+]?\d+(?:.\d+)?%\s*,\s*[-+]?\d+(?:.\d+)?%)\)|hsla\(([-+]?\d+(?:.\d+)?\s*,\s*[-+]?\d+(?:.\d+)?%\s*,\s*[-+]?\d+(?:.\d+)?%\s*,\s*[-+]?\d(.\d+)?)\)/; |
| 647 | |
| 648 | class HSLColor extends Color { |
| 649 | constructor( |
| 650 | private hue: number, |
| 651 | private saturation: number, |
nothing calls this directly
no outgoing calls
no test coverage detected