PalettePrimary

Contains primary color configuration for a workspace theme.

Types

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

Properties

Link copied to clipboard

The primary color used for active states.

Link copied to clipboard

The text color that contrasts with the primary color for readability.

Link copied to clipboard

The default primary color used throughout the workspace.

Functions

Link copied to clipboard
inline fun copy(block: PalettePrimary.Builder.() -> Unit = {}): PalettePrimary
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