IntUiGlobalColors

@Immutable
class IntUiGlobalColors(val borders: BorderColors, val outlines: OutlineColors, val infoContent: Color) : GlobalColors

Constructors

Link copied to clipboard
constructor(borders: BorderColors, outlines: OutlineColors, infoContent: Color)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val borders: BorderColors
Link copied to clipboard
open override val infoContent: Color
Link copied to clipboard
open override val outlines: OutlineColors

Functions

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