import * as chalkpotColor from "https://deno.land/x/chalkpot_color@3.1.0/mod.ts";
Color is a tool for creating RGB color by range and by HSL without leaving RGB space.
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. |
Functions
Example | |
Example | |
Example | |
Example | |
Example | |
Example | |
Example | |
Example | |
Example | |
Example | |
Example | |
Example |
Type Aliases
T Rgb | The alias describing three colors is [RGB], each of which is a component. |
T Rgba | The alias describing three colors is [RGBA], each of which is a component. |