Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Color

import type { Color } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";

Color preprocessing configuration. Note: This configuration is not supported.

interface Color {
brightness?: number;
contrast?: number;
saturation?: number;
}

§Properties

§
brightness?: number
[src]

Control brightness of the video. Enter a value between -1 and 1, where -1 is minimum brightness and 1 is maximum brightness. 0 is no change. The default is 0.

§
contrast?: number
[src]

Control black and white contrast of the video. Enter a value between -1 and 1, where -1 is minimum contrast and 1 is maximum contrast. 0 is no change. The default is 0.

§
saturation?: number
[src]

Control color saturation of the video. Enter a value between -1 and 1, where -1 is fully desaturated and 1 is maximum saturation. 0 is no change. The default is 0.