jvm Companion¶ object Companion Functions¶ from¶ fun from(color: KColor): HsvColor Creates an HsvColor from an existing KColor by converting its RGB components to HSV using the JVM's java.awt.Color.RGBtoHSB utility. Parameters color: The source KColor to convert.