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

Hsl.fromRgb

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

const { fromRgb } = Hsl;
function fromRgb(rgb: Rgb): Normalized;
§
fromRgb(rgb: Rgb): Normalized
[src]

§Parameters