ENTRAPPED_IN_A_PALETTE

ENTRAPPED_IN_A_PALETTE(ColorThemeBuilder.newBuilder() .withName("Entrapped In A Palette") .withAccentColor(TileColor.fromString("#7B3B3B")) .withPrimaryForegroundColor(TileColor.fromString("#B9D7D9")) .withSecondaryForegroundColor(TileColor.fromString("#668284")) .withPrimaryBackgroundColor(TileColor.fromString("#493736")) .withSecondaryBackgroundColor(TileColor.fromString("#2A2829")) .build())

Taken from http://www.colourlovers.com/palette/903157/Entrapped_InAPalette

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