getHexString

fun getHexString(colorSpace: ColorSpace = ColorSpace.SRGB): String

Returns the hexadecimal value of this color as a 6-digit lowercase string (for example, "ffffff").

Return

The hexadecimal value as a string.

Parameters

colorSpace

The color space the value is reported in.