@f/hsl-to-rgb

1.0.0 • Public • Published

hsl-to-rgb

Build status Git tag NPM version Code style

Convert HSL colors to RGB

Installation

$ npm install @f/hsl-to-rgb

Usage

var hslToRgb = require('@f/hsl-to-rgb')

hslToRgb(214, 1, .50) // [0, 110, 255]

API

hslToRgb(hue, saturation, lightness)

  • hue - Hue, expressed as an integer between 0 and 360.
  • saturation - Saturation, expressed as a floating point between 0 and 1.
  • lightness - Lightness, expressed as a floating point between 0 and 1.

Returns: An array containing [red, green, blue] values that correspond to the HSL color you specified.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @f/hsl-to-rgb

Weekly Downloads

50

Version

1.0.0

License

MIT

Last publish

Collaborators

  • f