RGB2HSL function

Convert RGB coordinates to HSL

Convert RGB coordinates to HSL

RGB2HSL Converts RGB coordinates to HSL.

RGB2HSL(RGBmatrix)

Arguments

  • RGBmatrix: RGB coordinates

Returns

HSL coordinates

Source

Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/

References

Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/

Author(s)

Jose Gama

Examples

RGB<-c(124,63,78) RGB2HSL(RGB)
  • Maintainer: Glenn Davis
  • License: GPL (>= 3)
  • Last published: 2024-04-22

Useful links