Vibrant

enum Vibrant : Enum<Vibrant>

Vibrant styles.

Entries

Link copied to clipboard

Darkest vibrant style.

Link copied to clipboard

Ultra dark vibrant style.

Link copied to clipboard

Darker vibrant style.

Link copied to clipboard

Semidark vibrant style.

Link copied to clipboard

Dark vibrant style.

Link copied to clipboard

Neutral vibrant style.

Link copied to clipboard

Light vibrant style.

Link copied to clipboard

Semilight vibrant style.

Link copied to clipboard

Ultralight vibrant style.

Link copied to clipboard

Lighten hover vibrant style.

Link copied to clipboard

Lighten pressed vibrant style.

Link copied to clipboard

Terminate vibrant effect.

Link copied to clipboard

Unspecified means that the vibrant style is not specified.

Properties

Link copied to clipboard
val entries: EnumEntries<Vibrant>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
inline fun Vibrant.takeOrElse(block: () -> Vibrant): Vibrant

Return the specified vibrant style if it is specified, otherwise return the default vibrant style.

Link copied to clipboard
fun valueOf(value: String): Vibrant

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<Vibrant>

Returns an array containing the constants of this enum type, in the order they're declared.