LET_THEM_EAT_CAKE

LET_THEM_EAT_CAKE(ColorThemeBuilder.newBuilder() .withName("Let Them Eat Cake") .withAccentColor(TileColor.fromString("#C5E0DC")) .withPrimaryForegroundColor(TileColor.fromString("#ECE5CE")) .withSecondaryForegroundColor(TileColor.fromString("#F1D4AF")) .withPrimaryBackgroundColor(TileColor.fromString("#E08E79")) .withSecondaryBackgroundColor(TileColor.fromString("#774F38")) .build())

Taken from http://www.colourlovers.com/palette/49963/let_them_eat_cake

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