Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/Colors

Index

Properties

Properties

default

default: { aliceBlue: string; antiqueWhite: string; aqua: string; aquaMarine: string; azure: string; beige: string; bisque: string; black: string; blanchedAlmond: string; blue: string; blueViolet: string; brown: string; lightGreen: string; mind: string; orange: string; pink: string; red: string; snow: string; white: string; yellow: string; rgb: any }

Type declaration

  • aliceBlue: string
  • antiqueWhite: string
  • aqua: string
  • aquaMarine: string
  • azure: string
  • beige: string
  • bisque: string
  • black: string
  • blanchedAlmond: string
  • blue: string
  • blueViolet: string
  • brown: string
  • lightGreen: string
  • mind: string
  • orange: string
  • pink: string
  • red: string
  • snow: string
  • white: string
  • yellow: string
  • rgb: function
    • rgb(r: number, g: number, b: number): string
    • Generate a hex color string from rgb properties

      Parameters

      • r: number
      • g: number
      • b: number

      Returns string

Generated using TypeDoc