openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-color
/
org.openrndr.color
/
HueShiftableColor
Hue
Shiftable
Color
interface
HueShiftableColor
<
T
>
(
source
)
Inheritors
ColorHSLa
ColorHSVa
ColorLCHABa
ColorLCHUVa
ColorLSHABa
ColorLSHUVa
ColorXSLa
ColorXSVa
Members
Functions
mix
Hue
Link copied to clipboard
open
fun
mixHue
(
hue
:
Double
,
factor
:
Double
)
:
T
shift
Hue
Link copied to clipboard
open
fun
shiftHue
(
shiftInDegrees
:
Double
)
:
T
Shift the hue of a color by the given amount of degrees.
with
Hue
Link copied to clipboard
abstract
fun
withHue
(
hue
:
Double
)
:
T
Properties
hue
Link copied to clipboard
abstract
val
hue
:
Double