CustomColor

Determines the color that's applied to a particular data value in a column.

Types

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

Properties

Link copied to clipboard

The color that is applied to the data value.

Link copied to clipboard

The data value that the color is applied to.

Link copied to clipboard

The value of a special data value.

Functions

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