ButtonColor

@Serializable(with = ButtonColorSerializer::class)
class ButtonColor

Constructors

Link copied to clipboard
constructor(red: Int, green: Int, blue: Int)
constructor(hex: Int)
constructor(hex: String)

Functions

Link copied to clipboard
open override fun toString(): String