ColorTemperatureRange

data class ColorTemperatureRange(val coolest: ColorTemperature, val warmest: ColorTemperature)

Represents a range of color temperatures.

Constructors

Link copied to clipboard
fun ColorTemperatureRange(coolest: ColorTemperature, warmest: ColorTemperature)

Functions

Link copied to clipboard
operator fun contains(other: ColorTemperature): Boolean
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val coolest: ColorTemperature
Link copied to clipboard

Express the color temperatures as a range of Kelvin units.

Link copied to clipboard

Express the color temperatures as a range of Mireds.

Link copied to clipboard
val warmest: ColorTemperature