ColorOps:Rgb2Hsv(col)

Version added: 11

Static method. Added in version 11

ArgumentTypeDescriptionDefaultVer
colrgb_color11

Return type: hsv_color

This is a static method (which means that it can be used without creating an instance of the class).
For example:
local hsvCol = LM.ColorOps:Rgb2Hsv(rgbCol)