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

Static aliceBlue

aliceBlue: Color = new Color(255, 0xf0, 0xf8, 0xff, "Alice Blue")

Static antiqueWhite

antiqueWhite: Color = new Color(255, 0xfa, 0xeb, 0xd7, "Antique White")

Static aqua

aqua: Color = new Color(255, 0x00, 0xff, 0xff, "Aqua")

Static aquamarine

aquamarine: Color = new Color(255, 0x7f, 0xff, 0xd4, "Aquamarine")

Static azure

azure: Color = new Color(255, 0xf0, 0xff, 0xff, "Azure")

Static beige

beige: Color = new Color(255, 0xf5, 0xf5, 0xdc, "Beige")

Static bisque

bisque: Color = new Color(255, 0xff, 0xe4, 0xc4, "Bisque")

Static black

black: Color = new Color(255, 0x00, 0x00, 0x00, "Black")

Static blanchedAlmond

blanchedAlmond: Color = new Color(255, 0xff, 0xeb, 0xcd, "Blanched Almond")

Static blue

blue: Color = new Color(255, 0x00, 0x00, 0xff, "Blue")

Static blueViolet

blueViolet: Color = new Color(255, 0x8a, 0x2b, 0xe2, "Blue Violet")

Static brown

brown: Color = new Color(255, 0xa5, 0x2a, 0x2a, "Brown")

Static burlyWood

burlyWood: Color = new Color(255, 0xde, 0xb8, 0x87, "Burly Wood")

Static cadetBlue

cadetBlue: Color = new Color(255, 0x5f, 0x9e, 0xa0, "Cadet Blue")

Static chartreuse

chartreuse: Color = new Color(255, 0x7f, 0xff, 0x00, "Chartreuse")

Static chocolate

chocolate: Color = new Color(255, 0xd2, 0x69, 0x1e, "Chocolate")

Static coral

coral: Color = new Color(255, 0xff, 0x7f, 0x50, "Coral")

Static cornflowerBlue

cornflowerBlue: Color = new Color(255, 0x64, 0x95, 0xed, "Cornflower Blue")

Static cornsilk

cornsilk: Color = new Color(255, 0xff, 0xf8, 0xdc, "Cornsilk")

Static crimson

crimson: Color = new Color(255, 0xdc, 0x14, 0x3c, "Crimson")

Static cyan

cyan: Color = new Color(255, 0x00, 0xff, 0xff, "Cyan")

Static darkBlue

darkBlue: Color = new Color(255, 0x00, 0x00, 0x8b, "Dark Blue")

Static darkCyan

darkCyan: Color = new Color(255, 0x00, 0x8b, 0x8b, "Dark Cyan")

Static darkGoldenrod

darkGoldenrod: Color = new Color(255, 0xb8, 0x86, 0x0b, "Dark Goldenrod")

Static darkGray

darkGray: Color = new Color(255, 0xa9, 0xa9, 0xa9, "Dark Gray")

Static darkGreen

darkGreen: Color = new Color(255, 0x00, 0x64, 0x00, "Dark Green")

Static darkKhaki

darkKhaki: Color = new Color(255, 0xbd, 0xb7, 0x6b, "Dark Khaki")

Static darkMagenta

darkMagenta: Color = new Color(255, 0x8b, 0x00, 0x8b, "Dark Magenta")

Static darkOliveGreen

darkOliveGreen: Color = new Color(255, 0x55, 0x6b, 0x2f, "Dark Olive Green")

Static darkOrange

darkOrange: Color = new Color(255, 0xff, 0x8c, 0x00, "Dark Orange")

Static darkOrchid

darkOrchid: Color = new Color(255, 0x99, 0x32, 0xcc, "Dark Orchid")

Static darkRed

darkRed: Color = new Color(255, 0x8b, 0x00, 0x00, "Dark Red")

Static darkSalmon

darkSalmon: Color = new Color(255, 0xe9, 0x96, 0x7a, "Dark Salmon")

Static darkSeaGreen

darkSeaGreen: Color = new Color(255, 0x8f, 0xbc, 0x8f, "Dark Sea Green")

Static darkSlateBlue

darkSlateBlue: Color = new Color(255, 0x48, 0x3d, 0x8b, "Dark Slate Blue")

Static darkSlateGray

darkSlateGray: Color = new Color(255, 0x2f, 0x4f, 0x4f, "Dark Slate Gray")

Static darkTurquoise

darkTurquoise: Color = new Color(255, 0x00, 0xce, 0xd1, "Dark Turquoise")

Static darkViolet

darkViolet: Color = new Color(255, 0x94, 0x00, 0xd3, "Dark Violet")

Static deepPink

deepPink: Color = new Color(255, 0xff, 0x14, 0x93, "Deep Pink")

Static deepSkyBlue

deepSkyBlue: Color = new Color(255, 0x00, 0xbf, 0xff, "Deep Sky Blue")

Static dimGray

dimGray: Color = new Color(255, 0x69, 0x69, 0x69, "Dim Gray")

Static dodgerBlue

dodgerBlue: Color = new Color(255, 0x1e, 0x90, 0xff, "Dodger Blue")

Static empty

empty: Color = new Color(0x00, 0xff, 0xff, 0xff, "Empty")

Static firebrick

firebrick: Color = new Color(255, 0xb2, 0x22, 0x22, "Firebrick")

Static floralWhite

floralWhite: Color = new Color(255, 0xff, 0xfa, 0xf0, "Floral White")

Static forestGreen

forestGreen: Color = new Color(255, 0x22, 0x8b, 0x22, "Forest Green")

Static fuchsia

fuchsia: Color = new Color(255, 0xff, 0x00, 0xff, "Fuchsia")

Static gainsboro

gainsboro: Color = new Color(255, 0xdc, 0xdc, 0xdc, "Gainsboro")

Static ghostWhite

ghostWhite: Color = new Color(255, 0xf8, 0xf8, 0xff, "Ghost White")

Static gold

gold: Color = new Color(255, 0xff, 0xd7, 0x00, "Gold")

Static goldenrod

goldenrod: Color = new Color(255, 0xda, 0xa5, 0x20, "Goldenrod")

Static gray

gray: Color = new Color(255, 0x80, 0x80, 0x80, "Gray")

Static green

green: Color = new Color(255, 0x00, 0x80, 0x00, "Green")

Static greenYellow

greenYellow: Color = new Color(255, 0xad, 0xff, 0x2f, "Green Yellow")

Static honeydew

honeydew: Color = new Color(255, 0xf0, 0xff, 0xf0, "Honeydew")

Static hotPink

hotPink: Color = new Color(255, 0xff, 0x69, 0xb4, "Hot Pink")

Static indianRed

indianRed: Color = new Color(255, 0xcd, 0x5c, 0x5c, "Indian Red")

Static indigo

indigo: Color = new Color(255, 0x4b, 0x00, 0x82, "Indigo")

Static ivory

ivory: Color = new Color(255, 0xff, 0xff, 0xf0, "Ivory")

Static khaki

khaki: Color = new Color(255, 0xf0, 0xe6, 0x8c, "Khaki")

Static lavender

lavender: Color = new Color(255, 0xe6, 0xe6, 0xfa, "Lavender")

Static lavenderBlush

lavenderBlush: Color = new Color(255, 0xff, 0xf0, 0xf5, "Lavender Blush")

Static lawnGreen

lawnGreen: Color = new Color(255, 0x7c, 0xfc, 0x00, "Lawn Green")

Static lemonChiffon

lemonChiffon: Color = new Color(255, 0xff, 0xfa, 0xcd, "Lemon Chiffon")

Static lightBlue

lightBlue: Color = new Color(255, 0xad, 0xd8, 0xe6, "Light Blue")

Static lightCoral

lightCoral: Color = new Color(255, 0xf0, 0x80, 0x80, "Light Coral")

Static lightCyan

lightCyan: Color = new Color(255, 0xe0, 0xff, 0xff, "Light Cyan")

Static lightGoldenrodYellow

lightGoldenrodYellow: Color = new Color(255, 0xfa, 0xfa, 0xd2, "Light Goldenrod Yellow")

Static lightGray

lightGray: Color = new Color(255, 0xd3, 0xd3, 0xd3, "Light Gray")

Static lightGreen

lightGreen: Color = new Color(255, 0x90, 0xee, 0x90, "Light Green")

Static lightPink

lightPink: Color = new Color(255, 0xff, 0xb6, 0xc1, "Light Pink")

Static lightSalmon

lightSalmon: Color = new Color(255, 0xff, 0xa0, 0x7a, "Light Salmon")

Static lightSeaGreen

lightSeaGreen: Color = new Color(255, 0x20, 0xb2, 0xaa, "Light Sea Green")

Static lightSkyBlue

lightSkyBlue: Color = new Color(255, 0x87, 0xce, 0xfa, "Light Sky Blue")

Static lightSlateGray

lightSlateGray: Color = new Color(255, 0x77, 0x88, 0x99, "Light Slate Gray")

Static lightSteelBlue

lightSteelBlue: Color = new Color(255, 0xb0, 0xc4, 0xde, "Light Steel Blue")

Static lightYellow

lightYellow: Color = new Color(255, 0xff, 0xff, 0xe0, "Light Yellow")

Static lime

lime: Color = new Color(255, 0x00, 0xff, 0x00, "Lime")

Static limeGreen

limeGreen: Color = new Color(255, 0x32, 0xcd, 0x32, "Lime Green")

Static linen

linen: Color = new Color(255, 0xfa, 0xf0, 0xe6, "Linen")

Static magenta

magenta: Color = new Color(255, 0xff, 0x00, 0xff, "Magenta")

Static maroon

maroon: Color = new Color(255, 0x80, 0x00, 0x00, "Maroon")

Static mediumAquamarine

mediumAquamarine: Color = new Color(255, 0x66, 0xcd, 0xaa, "Medium Aquamarine")

Static mediumBlue

mediumBlue: Color = new Color(255, 0x00, 0x00, 0xcd, "Medium Blue")

Static mediumOrchid

mediumOrchid: Color = new Color(255, 0xba, 0x55, 0xd3, "Medium Orchid")

Static mediumPurple

mediumPurple: Color = new Color(255, 0x93, 0x70, 0xdb, "Medium Purple")

Static mediumSeaGreen

mediumSeaGreen: Color = new Color(255, 0x3c, 0xb3, 0x71, "Medium Sea Green")

Static mediumSlateBlue

mediumSlateBlue: Color = new Color(255, 0x7b, 0x68, 0xee, "Medium Slate Blue")

Static mediumSpringGreen

mediumSpringGreen: Color = new Color(255, 0x00, 0xfa, 0x9a, "Medium Spring Green")

Static mediumTurquoise

mediumTurquoise: Color = new Color(255, 0x48, 0xd1, 0xcc, "Medium Turquoise")

Static mediumVioletRed

mediumVioletRed: Color = new Color(255, 0xc7, 0x15, 0x85, "Medium Violet Red")

Static midnightBlue

midnightBlue: Color = new Color(255, 0x19, 0x19, 0x70, "Midnight Blue")

Static mintCream

mintCream: Color = new Color(255, 0xf5, 0xff, 0xfa, "Mint Cream")

Static mistyRose

mistyRose: Color = new Color(255, 0xff, 0xe4, 0xe1, "Misty Rose")

Static moccasin

moccasin: Color = new Color(255, 0xff, 0xe4, 0xb5, "Moccasin")

Static navajoWhite

navajoWhite: Color = new Color(255, 0xff, 0xde, 0xad, "Navajo White")

Static navy

navy: Color = new Color(255, 0x00, 0x00, 0x80, "Navy")

Static oldLace

oldLace: Color = new Color(255, 0xfd, 0xf5, 0xe6, "Old Lace")

Static olive

olive: Color = new Color(255, 0x80, 0x80, 0x00, "Olive")

Static oliveDrab

oliveDrab: Color = new Color(255, 0x6b, 0x8e, 0x23, "Olive Drab")

Static orange

orange: Color = new Color(255, 0xff, 0xa5, 0x00, "Orange")

Static orangeRed

orangeRed: Color = new Color(255, 0xff, 0x45, 0x00, "Orange Red")

Static orchid

orchid: Color = new Color(255, 0xda, 0x70, 0xd6, "Orchid")

Static paleGoldenrod

paleGoldenrod: Color = new Color(255, 0xee, 0xe8, 0xaa, "Pale Goldenrod")

Static paleGreen

paleGreen: Color = new Color(255, 0x98, 0xfb, 0x98, "Pale Green")

Static paleTurquoise

paleTurquoise: Color = new Color(255, 0xaf, 0xee, 0xee, "Pale Turquoise")

Static paleVioletRed

paleVioletRed: Color = new Color(255, 0xdb, 0x70, 0x93, "Pale Violet Red")

Static papayaWhip

papayaWhip: Color = new Color(255, 0xff, 0xef, 0xd5, "Papaya Whip")

Static peachPuff

peachPuff: Color = new Color(255, 0xff, 0xda, 0xb9, "Peach Puff")

Static peru

peru: Color = new Color(255, 0xcd, 0x85, 0x3f, "Peru")

Static pink

pink: Color = new Color(255, 0xff, 0xc0, 0xcb, "Pink")

Static plum

plum: Color = new Color(255, 0xdd, 0xa0, 0xdd, "Plum")

Static powderBlue

powderBlue: Color = new Color(255, 0xb0, 0xe0, 0xe6, "Powder Blue")

Static purple

purple: Color = new Color(255, 0x80, 0x00, 0x80, "Purple")

Static red

red: Color = new Color(255, 0xff, 0x00, 0x00, "Red")

Static rosyBrown

rosyBrown: Color = new Color(255, 0xbc, 0x8f, 0x8f, "Rosy Brown")

Static royalBlue

royalBlue: Color = new Color(255, 0x41, 0x69, 0xe1, "Royal Blue")

Static saddleBrown

saddleBrown: Color = new Color(255, 0x8b, 0x45, 0x13, "Saddle Brown")

Static salmon

salmon: Color = new Color(255, 0xfa, 0x80, 0x72, "Salmon")

Static sandyBrown

sandyBrown: Color = new Color(255, 0xf4, 0xa4, 0x60, "Sandy Brown")

Static seaGreen

seaGreen: Color = new Color(255, 0x2e, 0x8b, 0x57, "Sea Green")

Static seaShell

seaShell: Color = new Color(255, 0xff, 0xf5, 0xee, "Sea Shell")

Static sienna

sienna: Color = new Color(255, 0xa0, 0x52, 0x2d, "Sienna")

Static silver

silver: Color = new Color(255, 0xc0, 0xc0, 0xc0, "Silver")

Static skyBlue

skyBlue: Color = new Color(255, 0x87, 0xce, 0xeb, "Sky Blue")

Static slateBlue

slateBlue: Color = new Color(255, 0x6a, 0x5a, 0xcd, "Slate Blue")

Static slateGray

slateGray: Color = new Color(255, 0x70, 0x80, 0x90, "Slate Gray")

Static snow

snow: Color = new Color(255, 0xff, 0xfa, 0xfa, "Snow")

Static springGreen

springGreen: Color = new Color(255, 0x00, 0xff, 0x7f, "Spring Green")

Static steelBlue

steelBlue: Color = new Color(255, 0x46, 0x82, 0xb4, "Steel Blue")

Static tan

tan: Color = new Color(255, 0xd2, 0xb4, 0x8c, "Tan")

Static teal

teal: Color = new Color(255, 0x00, 0x80, 0x80, "Teal")

Static thistle

thistle: Color = new Color(255, 0xd8, 0xbf, 0xd8, "Thistle")

Static tomato

tomato: Color = new Color(255, 0xff, 0x63, 0x47, "Tomato")

Static transparent

transparent: Color = new Color(0x00, 0xff, 0xff, 0xff, "Transparent")

Static turquoise

turquoise: Color = new Color(255, 0x40, 0xe0, 0xd0, "Turquoise")

Static violet

violet: Color = new Color(255, 0xee, 0x82, 0xee, "Violet")

Static wheat

wheat: Color = new Color(255, 0xf5, 0xde, 0xb3, "Wheat")

Static white

white: Color = new Color(255, 0xff, 0xff, 0xff, "White")

Static whiteSmoke

whiteSmoke: Color = new Color(255, 0xf5, 0xf5, 0xf5, "White Smoke")

Static yellow

yellow: Color = new Color(255, 0xff, 0xff, 0x00, "Yellow")

Static yellowGreen

yellowGreen: Color = new Color(255, 0x9a, 0xcd, 0x32, "Yellow Green")

Accessors

isNamedColor

  • get isNamedColor(): boolean
  • Returns boolean

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: number, green: number, blue: number): Color
  • Parameters

    • alpha: number
    • red: number
    • green: number
    • blue: number

    Returns Color

Static fromArgb2

  • fromArgb2(red: number, green: number, blue: number): Color
  • Parameters

    • red: number
    • green: number
    • blue: number

    Returns Color

Static fromArgb3

  • Parameters

    • alpha: number
    • color: Color

    Returns Color

Static fromName

  • fromName(name: string): Color
  • Parameters

    • name: string

    Returns Color

Generated using TypeDoc