PaletteHeader

Contains color configuration for header elements in a workspace theme.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The background color of the header.

Link copied to clipboard

Whether to invert the colors of action buttons in the header.

Link copied to clipboard
val text: String?

The text color in the header.

Link copied to clipboard

The text color when hovering over header elements.

Functions

Link copied to clipboard
inline fun copy(block: PaletteHeader.Builder.() -> Unit = {}): PaletteHeader
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String