RGB2HSV function

Convert RGB coordinates to HSV

Convert RGB coordinates to HSV

RGB2HSV Converts RGB coordinates to HSV.

RGB2HSV(RGBmatrix)

Arguments

  • RGBmatrix: RGB coordinates

Returns

HSV 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) RGB2HSV(RGB)
  • Maintainer: Glenn Davis
  • License: GPL (>= 3)
  • Last published: 2024-04-22

Useful links