IPalette
pentaho.visual.color.spec.IPalette
The spec.IPalette
interface describes a color palette instance in object form.
Source: doc-js/pentaho/visual/color/spec/IPalette.jsdoc, line 17
Extends
Members
Name | Description |
---|---|
_ : | An inline type reference of the value's type. |
colors : | The list of colors of the color palette. |
level : | The level of measurement of the color palette. |
Members Details
_: |
---|
An inline type reference of the value's type. Source: doc-js/pentaho/type/spec/IInstance.jsdoc, line 27 Inherited From: pentaho.type.spec.IInstance#_ |
colors: |
---|
The list of colors of the color palette. This property is required. Source: doc-js/pentaho/visual/color/spec/IPalette.jsdoc, line 36 See also: pentaho.visual.color.Palette#colors |
level: |
---|
The level of measurement of the color palette. Source: doc-js/pentaho/visual/color/spec/IPalette.jsdoc, line 26 Default Value: "nominal" See also: pentaho.visual.color.Palette#level |