rgbColorFromHsv

expect fun rgbColorFromHsv(hue: UShort, saturation: UByte, value: UByte): Color

Creates a color from HSV (Hue, Saturation, Value) values.

Return

A new color.

Parameters

hue

The hue color value.

saturation

The saturation color value.

value

The value color value.

actual fun rgbColorFromHsv(hue: UShort, saturation: UByte, value: UByte): Color
actual fun rgbColorFromHsv(hue: UShort, saturation: UByte, value: UByte): Color