@fimbul-works/vec-color
Version:
A comprehensive, type-safe color manipulation library for TypeScript that provides a wide range of color space conversions, blending operations, and accessibility utilities.
147 lines (146 loc) • 5.64 kB
TypeScript
import { Vec3 } from "@fimbul-works/vec";
export declare const ALICE_BLUE: Vec3;
export declare const ANTIQUE_WHITE: Vec3;
export declare const AQUA: Vec3;
export declare const AQUAMARINE: Vec3;
export declare const AZURE: Vec3;
export declare const BEIGE: Vec3;
export declare const BISQUE: Vec3;
export declare const BLACK: Vec3;
export declare const BLANCHED_ALMOND: Vec3;
export declare const BLUE: Vec3;
export declare const BLUE_VIOLET: Vec3;
export declare const BROWN: Vec3;
export declare const BURLYWOOD: Vec3;
export declare const CADET_BLUE: Vec3;
export declare const CHARTREUSE: Vec3;
export declare const CHOCOLATE: Vec3;
export declare const CORAL: Vec3;
export declare const CORNFLOWER_BLUE: Vec3;
export declare const CORNSILK: Vec3;
export declare const CRIMSON: Vec3;
export declare const CYAN: Vec3;
export declare const DARK_BLUE: Vec3;
export declare const DARK_CYAN: Vec3;
export declare const DARK_GOLDENROD: Vec3;
export declare const DARK_GRAY: Vec3;
export declare const DARK_GREEN: Vec3;
export declare const DARK_KHAKI: Vec3;
export declare const DARK_MAGENTA: Vec3;
export declare const DARK_OLIVE_GREEN: Vec3;
export declare const DARK_ORANGE: Vec3;
export declare const DARK_ORCHID: Vec3;
export declare const DARK_RED: Vec3;
export declare const DARK_SALMON: Vec3;
export declare const DARK_SEA_GREEN: Vec3;
export declare const DARK_SLATE_BLUE: Vec3;
export declare const DARK_SLATE_GRAY: Vec3;
export declare const DARK_TURQUOISE: Vec3;
export declare const DARK_VIOLET: Vec3;
export declare const DEEP_PINK: Vec3;
export declare const DEEP_SKY_BLUE: Vec3;
export declare const DIM_GRAY: Vec3;
export declare const DODGER_BLUE: Vec3;
export declare const FIREBRICK: Vec3;
export declare const FLORAL_WHITE: Vec3;
export declare const FOREST_GREEN: Vec3;
export declare const FUCHSIA: Vec3;
export declare const GAINSBORO: Vec3;
export declare const GHOST_WHITE: Vec3;
export declare const GOLD: Vec3;
export declare const GOLDENROD: Vec3;
export declare const GRAY: Vec3;
export declare const GREEN: Vec3;
export declare const GREEN_YELLOW: Vec3;
export declare const HONEYDEW: Vec3;
export declare const HOT_PINK: Vec3;
export declare const INDIAN_RED: Vec3;
export declare const INDIGO: Vec3;
export declare const IVORY: Vec3;
export declare const KHAKI: Vec3;
export declare const LAVENDER: Vec3;
export declare const LAVENDER_BLUSH: Vec3;
export declare const LAWN_GREEN: Vec3;
export declare const LEMON_CHIFFON: Vec3;
export declare const LIGHT_BLUE: Vec3;
export declare const LIGHT_CORAL: Vec3;
export declare const LIGHT_CYAN: Vec3;
export declare const LIGHT_GOLDENROD: Vec3;
export declare const LIGHT_GRAY: Vec3;
export declare const LIGHT_GREEN: Vec3;
export declare const LIGHT_PINK: Vec3;
export declare const LIGHT_SALMON: Vec3;
export declare const LIGHT_SEA_GREEN: Vec3;
export declare const LIGHT_SKY_BLUE: Vec3;
export declare const LIGHT_SLATE_GRAY: Vec3;
export declare const LIGHT_STEEL_BLUE: Vec3;
export declare const LIGHT_YELLOW: Vec3;
export declare const LIME: Vec3;
export declare const LIME_GREEN: Vec3;
export declare const LINEN: Vec3;
export declare const MAGENTA: Vec3;
export declare const MAROON: Vec3;
export declare const MEDIUM_AQUAMARINE: Vec3;
export declare const MEDIUM_BLUE: Vec3;
export declare const MEDIUM_ORCHID: Vec3;
export declare const MEDIUM_PURPLE: Vec3;
export declare const MEDIUM_SEA_GREEN: Vec3;
export declare const MEDIUM_SLATE_BLUE: Vec3;
export declare const MEDIUM_SPRING_GREEN: Vec3;
export declare const MEDIUM_TURQUOISE: Vec3;
export declare const MEDIUM_VIOLET_RED: Vec3;
export declare const MIDNIGHT_BLUE: Vec3;
export declare const MINT_CREAM: Vec3;
export declare const MISTY_ROSE: Vec3;
export declare const MOCCASIN: Vec3;
export declare const NAVAJO_WHITE: Vec3;
export declare const NAVY_BLUE: Vec3;
export declare const OLD_LACE: Vec3;
export declare const OLIVE: Vec3;
export declare const OLIVE_DRAB: Vec3;
export declare const ORANGE: Vec3;
export declare const ORANGE_RED: Vec3;
export declare const ORCHID: Vec3;
export declare const PALE_GOLDENROD: Vec3;
export declare const PALE_GREEN: Vec3;
export declare const PALE_TURQUOISE: Vec3;
export declare const PALE_VIOLET_RED: Vec3;
export declare const PAPAYA_WHIP: Vec3;
export declare const PEACH_PUFF: Vec3;
export declare const PERU: Vec3;
export declare const PINK: Vec3;
export declare const PLUM: Vec3;
export declare const POWDER_BLUE: Vec3;
export declare const PURPLE: Vec3;
export declare const REBECCA_PURPLE: Vec3;
export declare const RED: Vec3;
export declare const ROSY_BROWN: Vec3;
export declare const ROYAL_BLUE: Vec3;
export declare const SADDLE_BROWN: Vec3;
export declare const SALMON: Vec3;
export declare const SANDY_BROWN: Vec3;
export declare const SEA_GREEN: Vec3;
export declare const SEASHELL: Vec3;
export declare const SIENNA: Vec3;
export declare const SILVER: Vec3;
export declare const SKY_BLUE: Vec3;
export declare const SLATE_BLUE: Vec3;
export declare const SLATE_GRAY: Vec3;
export declare const SNOW: Vec3;
export declare const SPRING_GREEN: Vec3;
export declare const STEEL_BLUE: Vec3;
export declare const TAN: Vec3;
export declare const TEAL: Vec3;
export declare const THISTLE: Vec3;
export declare const TOMATO: Vec3;
export declare const TURQUOISE: Vec3;
export declare const VIOLET: Vec3;
export declare const WEB_GRAY: Vec3;
export declare const WEB_GREEN: Vec3;
export declare const WEB_MAROON: Vec3;
export declare const WEB_PURPLE: Vec3;
export declare const WHEAT: Vec3;
export declare const WHITE: Vec3;
export declare const WHITE_SMOKE: Vec3;
export declare const YELLOW: Vec3;
export declare const YELLOW_GREEN: Vec3;