Functions

Link copied to clipboard
open fun mixHue(hue: Double, factor: Double): T
Link copied to clipboard
open fun shiftHue(shiftInDegrees: Double): T

Shift the hue of a color by the given amount of degrees.

Link copied to clipboard
abstract fun withHue(hue: Double): T

Properties

Link copied to clipboard
abstract val hue: Double