Android Graphics Utilities / it.czerwinski.android.graphics / hsvColor

hsvColor

fun hsvColor(hue: Float, saturation: Float, value: Float): Int

Creates a color with the given hue, saturation and value.

Parameters

hue - Color hue.

saturation - Color saturation.

value - Color value.

Return Int value representing requested color.