
The Function Block HSV2COLOR converts an HSV color to an RGB color.
The input defines the angle of the color circle. This is specified as a number between 0 and 359. The value may exceed 359. The circle will then continue to be calculated.
The input specifies the saturation of the color. If the value is 0, the input color is white, or at 100 the full color is output.
The input specifies the value or brightness of the color. The value ranges between 0 and 100.
Returns the calculated color as a string in the format '#RRGGBB'.
Returns the calculated red color as a number between 0 and 255.
Returns the calculated green color as a number between 0 and 255.
Returns the calculated blue color as a number between 0 and 255.