Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HexDtoMapped

Index

Constructors

Properties

Constructors

constructor

  • new HexDtoMapped(color?: string, from?: number, to?: number): HexDtoMapped
  • Parameters

    • Optional color: string
    • Optional from: number
    • Optional to: number

    Returns HexDtoMapped

Properties

color

color: string

Color hex

default

#0000ff

from

from: number

From min bound

default

0

minimum

-Infinity

maximum

Infinity

step

1

to

to: number

To max bound

default

255

minimum

-Infinity

maximum

Infinity

step

1

Generated using TypeDoc