Documentation ¶
Overview ¶
Package vibrance provides functions to adjust the "vibrancy" of images.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Adjust ¶
Adjust increases the saturation of the least saturated parts of the image while also reducing the lightness of these parts.
func AdjustC ¶
func AdjustC(amount float64) utils.Composable
AdjustC returns a Composable function that increases the saturation and decreases the lightness of unsaturated colours.
Uses the same method as Darktable: https://github.com/darktable-org/darktable/blob/24c4a087fd020df587b5260f438bfaf494203cec/src/iop/vibrance.c
func ExpC ¶
func ExpC(amount float64) utils.Composable
ExpC returns a Composable function that increases the saturation of unsaturated colours.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.