mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Add lightness option to modulate operation
This commit is contained in:
@@ -199,6 +199,7 @@ const Sharp = function (input, options) {
|
||||
brightness: 1,
|
||||
saturation: 1,
|
||||
hue: 0,
|
||||
lightness: 0,
|
||||
booleanBufferIn: null,
|
||||
booleanFileIn: '',
|
||||
joinChannelIn: [],
|
||||
|
||||
Reference in New Issue
Block a user