Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

palettes

pentaho.visual.color. palettes

The palettes namespace contains the standard color palettes instances.

Source: doc-js/pentaho/visual/color/palettes/_namespace.js, line 17

Members

Name Description
divergentRyb3 :  pentaho.visual.color.Palette

A divergent color palette of 3 colors: one red, one yellow and another one blue.

divergentRyb5 :  pentaho.visual.color.Palette

A divergent color palette of 5 colors: two tones of red, one of yellow and another two of blue.

divergentRyg3 :  pentaho.visual.color.Palette

A divergent color palette of 3 colors: one red, one yellow and another one green.

divergentRyg5 :  pentaho.visual.color.Palette

A divergent color palette of 5 colors: two tones of red, one of yellow and another two of green.

nominalDark :  pentaho.visual.color.Palette

A nominal color palette of 12 dark colors.

nominalLight :  pentaho.visual.color.Palette

A nominal color palette of 12 light colors.

nominalNeutral :  pentaho.visual.color.Palette

A nominal color palette of 12 neutral colors.

nominalPrimary :  pentaho.visual.color.Palette

A qualitative color palette of 36 varied colors.

quantitativeBlue3 :  pentaho.visual.color.Palette

A quantitative color palette of 3 tones of blue.

quantitativeBlue5 :  pentaho.visual.color.Palette

A quantitative color palette of 5 tones of blue.

quantitativeGray3 :  pentaho.visual.color.Palette

A quantitative color palette of 3 tones of gray.

quantitativeGray5 :  pentaho.visual.color.Palette

A quantitative color palette of 5 tones of gray.

Members Details

divergentRyb3:  pentaho.visual.color.Palette

A divergent color palette of 3 colors: one red, one yellow and another one blue.

#FF0000
#FFFF00
#4BB6E4

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/divergentRyb3.js, line 24

divergentRyb5:  pentaho.visual.color.Palette

A divergent color palette of 5 colors: two tones of red, one of yellow and another two of blue.

#FF0000
#FFBF3F
#FFFF00
#DCDDDE
#4BB6E4

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/divergentRyb5.js, line 24

divergentRyg3:  pentaho.visual.color.Palette

A divergent color palette of 3 colors: one red, one yellow and another one green.

#FF0000
#FFFF00
#008000

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/divergentRyg3.js, line 24

divergentRyg5:  pentaho.visual.color.Palette

A divergent color palette of 5 colors: two tones of red, one of yellow and another two of green.

#FF0000
#FFBF3F
#FFFF00
#BFDF3F
#008000

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/divergentRyg5.js, line 24

nominalDark:  pentaho.visual.color.Palette

A nominal color palette of 12 dark colors.

#002644
#014462
#663000
#604E1D
#261B4E
#3B2C58
#003524
#094E34
#668032
#74A611
#490B0B
#632422

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/nominalDark.js, line 24

nominalLight:  pentaho.visual.color.Palette

A nominal color palette of 12 light colors.

#80AFD5
#81D4FA
#FFBC80
#F8E1A4
#AFA1E2
#C9B7EE
#80C2AD
#8BE2C1
#BFD09D
#CBEC8A
#DB8E8E
#FBADAB

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/nominalLight.js, line 24

nominalNeutral:  pentaho.visual.color.Palette

A nominal color palette of 12 neutral colors.

#005DA6
#03A9F4
#FF7900
#F2C249
#5F43C4
#946FDD
#00845B
#18C482
#A4C65F
#AFE73E
#B71C1C
#F75B57

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/nominalNeutral.js, line 24

nominalPrimary:  pentaho.visual.color.Palette

A qualitative color palette of 36 varied colors.

This color palette is a junction of the following palettes:

  1. pentaho.visual.color.palettes.nominalNeutral
  2. pentaho.visual.color.palettes.nominalLight
  3. pentaho.visual.color.palettes.nominalDark
#005DA6
#03A9F4
#FF7900
#F2C249
#5F43C4
#946FDD
#00845B
#18C482
#A4C65F
#AFE73E
#B71C1C
#F75B57
#80AFD5
#81D4FA
#FFBC80
#F8E1A4
#AFA1E2
#C9B7EE
#80C2AD
#8BE2C1
#BFD09D
#CBEC8A
#DB8E8E
#FBADAB
#002644
#014462
#663000
#604E1D
#261B4E
#3B2C58
#003524
#094E34
#668032
#74A611
#490B0B
#632422

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/nominalPrimary.js, line 27

quantitativeBlue3:  pentaho.visual.color.Palette

A quantitative color palette of 3 tones of blue.

#CCDFED
#6D85A4
#0F2B5B

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/quantitativeBlue3.js, line 24

quantitativeBlue5:  pentaho.visual.color.Palette

A quantitative color palette of 5 tones of blue.

#CCDFED
#9CB2C8
#6D85A4
#3E587F
#0F2B5B

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/quantitativeBlue5.js, line 24

quantitativeGray3:  pentaho.visual.color.Palette

A quantitative color palette of 3 tones of gray.

#E6E6E6
#999999
#333333

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/quantitativeGray3.js, line 24

quantitativeGray5:  pentaho.visual.color.Palette

A quantitative color palette of 5 tones of gray.

#E6E6E6
#CCCCCC
#999999
#666666
#333333

This palette's colors can be configured.

Source: javascript/web/pentaho/visual/color/palettes/quantitativeGray5.js, line 24