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

GooglePrivacyDlpV2Color

import type { GooglePrivacyDlpV2Color } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Represents a color in the RGB color space.

interface GooglePrivacyDlpV2Color {
blue?: number;
green?: number;
red?: number;
}

§Properties

§
blue?: number
[src]

The amount of blue in the color as a value in the interval [0, 1].

§
green?: number
[src]

The amount of green in the color as a value in the interval [0, 1].

§
red?: number
[src]

The amount of red in the color as a value in the interval [0, 1].