Skip to main content
Module

x/color_hash/lib/colors.ts>RGB2HEX

Generate color based on the given string (using HSL color space and SHA256).
Latest
variable RGB2HEX
import { RGB2HEX } from "https://deno.land/x/color_hash@v2.0.1/lib/colors.ts";

Convert RGB Array to HEX

type

(RGBArray: number[]) => unknown