Hierarchy

  • Color

Index

Properties

Accessors

Methods

Properties

Readonly a

a: number

Readonly b

b: number

Readonly g

g: number

Readonly name

name: string

Readonly r

r: number

ss

ss: Color

stimulsoft

stimulsoft: function

Type declaration

Accessors

isNamedColor

  • get isNamedColor(): boolean
  • Returns boolean

Static aliceBlue

Static antiqueWhite

  • get antiqueWhite(): Color

Static aqua

Static aquamarine

  • get aquamarine(): Color

Static azure

Static beige

Static bisque

Static black

Static blanchedAlmond

  • get blanchedAlmond(): Color

Static blue

Static blueViolet

  • get blueViolet(): Color

Static brown

Static burlyWood

Static cadetBlue

Static chartreuse

  • get chartreuse(): Color

Static chocolate

Static coral

Static cornflowerBlue

  • get cornflowerBlue(): Color

Static cornsilk

Static crimson

Static cyan

Static darkBlue

Static darkCyan

Static darkGoldenrod

  • get darkGoldenrod(): Color

Static darkGray

Static darkGreen

Static darkKhaki

Static darkMagenta

  • get darkMagenta(): Color

Static darkOliveGreen

  • get darkOliveGreen(): Color

Static darkOrange

  • get darkOrange(): Color

Static darkOrchid

  • get darkOrchid(): Color

Static darkRed

Static darkSalmon

  • get darkSalmon(): Color

Static darkSeaGreen

  • get darkSeaGreen(): Color

Static darkSlateBlue

  • get darkSlateBlue(): Color

Static darkSlateGray

  • get darkSlateGray(): Color

Static darkTurquoise

  • get darkTurquoise(): Color

Static darkViolet

  • get darkViolet(): Color

Static deepPink

Static deepSkyBlue

  • get deepSkyBlue(): Color

Static dimGray

Static dodgerBlue

  • get dodgerBlue(): Color

Static empty

Static firebrick

Static floralWhite

  • get floralWhite(): Color

Static forestGreen

  • get forestGreen(): Color

Static fuchsia

Static gainsboro

Static ghostWhite

  • get ghostWhite(): Color

Static gold

Static goldenrod

Static gray

Static green

Static greenYellow

  • get greenYellow(): Color

Static honeydew

Static hotPink

Static indianRed

Static indigo

Static ivory

Static khaki

Static lavender

Static lavenderBlush

  • get lavenderBlush(): Color

Static lawnGreen

Static lemonChiffon

  • get lemonChiffon(): Color

Static lightBlue

Static lightCoral

  • get lightCoral(): Color

Static lightCyan

Static lightGoldenrodYellow

  • get lightGoldenrodYellow(): Color

Static lightGray

Static lightGreen

  • get lightGreen(): Color

Static lightPink

Static lightSalmon

  • get lightSalmon(): Color

Static lightSeaGreen

  • get lightSeaGreen(): Color

Static lightSkyBlue

  • get lightSkyBlue(): Color

Static lightSlateGray

  • get lightSlateGray(): Color

Static lightSteelBlue

  • get lightSteelBlue(): Color

Static lightYellow

  • get lightYellow(): Color

Static lime

Static limeGreen

Static linen

Static magenta

Static maroon

Static mediumAquamarine

  • get mediumAquamarine(): Color

Static mediumBlue

  • get mediumBlue(): Color

Static mediumOrchid

  • get mediumOrchid(): Color

Static mediumPurple

  • get mediumPurple(): Color

Static mediumSeaGreen

  • get mediumSeaGreen(): Color

Static mediumSlateBlue

  • get mediumSlateBlue(): Color

Static mediumSpringGreen

  • get mediumSpringGreen(): Color

Static mediumTurquoise

  • get mediumTurquoise(): Color

Static mediumVioletRed

  • get mediumVioletRed(): Color

Static midnightBlue

  • get midnightBlue(): Color

Static mintCream

Static mistyRose

Static moccasin

Static navajoWhite

  • get navajoWhite(): Color

Static navy

Static oldLace

Static olive

Static oliveDrab

Static orange

Static orangeRed

Static orchid

Static paleGoldenrod

  • get paleGoldenrod(): Color

Static paleGreen

Static paleTurquoise

  • get paleTurquoise(): Color

Static paleVioletRed

  • get paleVioletRed(): Color

Static papayaWhip

  • get papayaWhip(): Color

Static peachPuff

Static peru

Static pink

Static plum

Static powderBlue

  • get powderBlue(): Color

Static purple

Static red

Static rosyBrown

Static royalBlue

Static saddleBrown

  • get saddleBrown(): Color

Static salmon

Static sandyBrown

  • get sandyBrown(): Color

Static seaGreen

Static seaShell

Static sienna

Static silver

Static skyBlue

Static slateBlue

Static slateGray

Static snow

Static springGreen

  • get springGreen(): Color

Static steelBlue

Static tan

Static teal

Static thistle

Static tomato

Static transparent

  • get transparent(): Color

Static turquoise

Static violet

Static wheat

Static white

Static whiteSmoke

  • get whiteSmoke(): Color

Static yellow

Static yellowGreen

  • get yellowGreen(): Color

Methods

as

  • as(type: any): this
  • Parameters

    • type: any

    Returns this

changeAlpha

  • changeAlpha(alpha: number): Color
  • Parameters

    • alpha: number

    Returns Color

equals

  • equals(color: Color): boolean
  • Parameters

    Returns boolean

getHashCode

  • getHashCode(): number
  • Returns number

getType

is

  • is(type: any): this
  • Parameters

    • type: any

    Returns this

is2

  • is2(type: any): boolean
  • Parameters

    • type: any

    Returns boolean

over

toArgb

  • toArgb(): number
  • Returns number

toString

  • toString(): string
  • Returns string

Static fromArgb

  • fromArgb(alpha: number, red?: any, green?: number, blue?: number): Color
  • Parameters

    • alpha: number
    • Optional red: any
    • Optional green: number
    • Optional blue: number

    Returns Color

Static fromName

  • fromName(name: string): Color
  • Parameters

    • name: string

    Returns Color

Generated using TypeDoc