HEXWORKS

HEXWORKS(ColorThemeBuilder.newBuilder() .withName("Hexworks") .withAccentColor(TileColor.fromString("#52b61d")) .withPrimaryForegroundColor(TileColor.fromString("#b1d5d7")) .withSecondaryForegroundColor(TileColor.fromString("#91b5b7")) .withPrimaryBackgroundColor(TileColor.fromString("#5c335a")) .withSecondaryBackgroundColor(TileColor.fromString("#341139")) .build())

This is the theme that was made by Hexworks.

Functions

clone
Link copied to clipboard
common
protected fun clone(): Any
compareTo
Link copied to clipboard
common
operator override fun compareTo(other: ColorThemeResource): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
getTheme
Link copied to clipboard
common
fun getTheme(): ColorTheme
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

colorTheme
Link copied to clipboard
common
private val colorTheme: ColorTheme
name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int