Color

data class Color @JvmOverloads() constructor(active: String?, inactive: String?)

Functions

component1
Link copied to clipboard
operator fun component1(): String?
component2
Link copied to clipboard
operator fun component2(): String?
copy
Link copied to clipboard
fun copy(active: String? = null, inactive: String? = null): MPIOptions.FloatingLabelAppearance.Color
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

active
Link copied to clipboard
val active: String? = null
Color of the marker when it is active
inactive
Link copied to clipboard
val inactive: String? = null
Color of the marker when it is inactive (grayed out due to being outranked by other labels around)