Custom

data class Custom(val hex: String) : Color

Custom colors using hex strings.

Constructors

Link copied to clipboard
constructor(hex: String)

Properties

Link copied to clipboard
open override val hex: String

The hexadecimal value representing the color.