PABLO_NERUDA

PABLO_NERUDA(ColorThemeBuilder.newBuilder() .withName("Pablo Neruda") .withAccentColor(TileColor.fromString("#E6324B")) .withPrimaryForegroundColor(TileColor.fromString("#F2E3C6")) .withSecondaryForegroundColor(TileColor.fromString("#FFC6A5")) .withPrimaryBackgroundColor(TileColor.fromString("#353634")) .withSecondaryBackgroundColor(TileColor.fromString("#2B2B2B")) .build())

Taken from http://www.colourlovers.com/palette/731302/pablo_neruda

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