https://cgi-italy.github.io/insula/schemas/v1.0.0/common/dataset-colormap.schema.json
Definition of a dataset color map
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | dataset-colormap.schema.json |
object
(Dataset color map)
{
"colorScale": "viridis",
"range": {
"min": 0,
"max": 66
},
"clamp": true
}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
colorScale | string |
Optional | cannot be null | Dataset color map |
range | object |
Optional | cannot be null | Dataset color map |
clamp | boolean |
Optional | cannot be null | Dataset color map |
colorScale
is optional
Type: string
(Dataset colorscale)
cannot be null
defined in: Dataset color map
string
(Dataset colorscale)
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"viridis" |
|
"inferno" |
|
"turbo" |
|
"rainbow" |
|
"jet" |
|
"hsv" |
|
"hot" |
|
"cool" |
|
"spring" |
|
"summer" |
|
"autumn" |
|
"winter" |
|
"bone" |
|
"copper" |
|
"greys" |
|
"ylgnbu" |
|
"greens" |
|
"ylorrd" |
|
"bluered" |
|
"rdbu" |
|
"picnic" |
|
"portland" |
|
"blackbody" |
|
"earth" |
|
"electric" |
|
"magma" |
|
"plasma" |
|
"redblue" |
|
"coolwarm" |
|
"diverging_1" |
|
"diverging_2" |
|
"blackwhite" |
|
"twilight" |
|
"twilight_shifted" |
range
is optional
Type: object
(Color map range)
cannot be null
defined in: Dataset color map
object
(Color map range)
Define clamping colormap behaviour. If enabled values beyond the range limits will be colored using the colorScale extreme colors. If disabled values beyond the range will be filtered out in the visualization
clamp
is optional
Type: boolean
(Colormap clamp)
cannot be null
defined in: Dataset color map
boolean
(Colormap clamp)
The default value is:
true