CAPTURED_BY_PIRATES

CAPTURED_BY_PIRATES(ColorThemeBuilder.newBuilder() .withName("Captured By Pirates") .withAccentColor(TileColor.fromString("#AB9597")) .withPrimaryForegroundColor(TileColor.fromString("#FFFBF0")) .withSecondaryForegroundColor(TileColor.fromString("#968F4B")) .withPrimaryBackgroundColor(TileColor.fromString("#7A6248")) .withSecondaryBackgroundColor(TileColor.fromString("#030506")) .build())

Taken from http://www.colourlovers.com/palette/557832/Captured_By_Pirates

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