openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-color
/
org.openrndr.color
/
SaturatableColor
Saturatable
Color
interface
SaturatableColor
<
T
>
(
source
)
Inheritors
ColorHSLa
ColorHSVa
ColorLSHABa
ColorLSHUVa
ColorXSLa
ColorXSVa
Members
Properties
saturation
Link copied to clipboard
abstract
val
saturation
:
Double
Functions
mix
Saturation
Link copied to clipboard
open
fun
mixSaturation
(
saturation
:
Double
,
factor
:
Double
)
:
T
saturate
Link copied to clipboard
open
fun
saturate
(
factor
:
Double
)
:
T
Multiply the saturation by a factor.
with
Saturation
Link copied to clipboard
abstract
fun
withSaturation
(
saturation
:
Double
)
:
T