parseHsla

Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.color

Parse HSL

Params

  1. hslaString*-string

    The hsl string (hsl(h,s,l)) to parse

Return

  1. -object

    The hsl object representation

Example

import { parseHsla } from '@blackbyte/sugar/color';
parseHsla('hsl(20,20,20)');

Todo

  • testsnormal