Algosim documentation: GetHSV

GetHSV

Returns the HSV coordinates of a colour.

Syntax

Description

If c is a colour, then GetHSV(c) returns a structure with the HSV components of c.

Examples

GetHSV("gold")
hue: 50.5882352941
saturation: 1
value: 1

See also