Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HSBColorPicker

Like LimitedColorPicker, but chooses by stepping through the HSB color domain.

Hierarchy

  • HSBColorPicker

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

H

H: number

The current degrees on the HSL scale's Hue domain. Range [0, 360).

colorscales

colorscales: any

A table of ColorScale with key coursecode (string) and value ColorScale.

Methods

copy

pickColor

  • pickColor(coursecode: string, sectionid: string): any
  • Returns a color. The ColorPicker may or may not use the provided coursecode and sectionid to influence color selection.

    Parameters

    • coursecode: string
    • sectionid: string

    Returns any

Generated using TypeDoc