ColorSet

interface ColorSet

A set of colors to be used in the project

Is an interface that is used to hold the colors used in the project. Implemented in DefaultColorSet and CustomColorSet

Functions

Link copied to clipboard
abstract fun getColor(name: String): AtomikColor

Gets the color based on a name

Properties

Link copied to clipboard
abstract val fallbackColor: AtomikColor

the color that is passed if the requested color cannot be found

Inheritors

Link copied to clipboard