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

Alpha

import { Alpha } from "https://raw.githubusercontent.com/i-xi-dev/color.es/5.2.10/src/color/alpha.ts";

§Variables

Alpha.MAX_VALUE

The maximum value of alpha value.

Alpha.MIN_VALUE

The minimum value of alpha value.

§Functions

Alpha.normalize

If the value is a numeric type, returns the result rounded to the range of 0 to 1. Otherwise, returns 1.