Skip to main content
Module

x/imagescript/mod.ts>Image#saturation

zero-dependency JavaScript image manipulation
Extremely Popular
Go to Latest
method Image.prototype.saturation
import { Image } from "https://deno.land/x/imagescript@1.2.15/mod.ts";

Sets the saturation of the image

Parameters

value

The saturation to apply (0..1)

optional
absolute = [UNSUPPORTED]

Whether to scale the current saturation (false) or just set the new saturation (true)