import * as chalkpotRandomColors from "https://deno.land/x/chalkpot_random_colors@1.0.0/deps.ts";
Classes
AdvancedColor is an advanced [RGB] color.
Like regular | |
[Color] contains the components, red, green, blue. | |
[ColorComponent] can be red, green or blue, being the lightness of that color. |
Type Aliases
T Rgb | The alias describing three colors is [RGB], each of which is a component. |