JsonColor

data class JsonColor(val hexString: String) : Parcelable

JSON-compatible class for Color

Parameters

hexString

hex-string representation of the color

Constructors

Link copied to clipboard
constructor(hexString: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun toSdk(): Int

Converts JSON-compatible object to SDK object