Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/imagescript/ImageScript.js>Image#blue

zero-dependency JavaScript image manipulation
Extremely Popular
Go to Latest
method Image.prototype.blue
import { Image } from "https://deno.land/x/imagescript@v1.2.14/ImageScript.js";

Sets the blue channels saturation

Parameters

saturation

The saturation to apply (0..1)

optional
absolute = [UNSUPPORTED]

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