ColorMappingComponent
Members
Name |
Documentation |
Type |
Description |
Optional |
---|---|---|---|---|
|
The color to use for items with values larger than the one in the provided data range, if enabled. This color can also be read from the color map, but setting this value overrides any value in the color map. If a color value for the above range values is provided, the UseAboveRangeColor property will automatically be set to true. |
|
Value of type ‘Color4’ |
Yes |
|
The color to use for items with values smaller than the one in the provided data range, if enabled. This color can also be read from the color map, but setting this value overrides any value in the color map. If a color value for the below range values is provided, the UseBelowRangeColor property will automatically be set to true. |
|
Value of type ‘Color4’ |
Yes |
|
If this value is set to ‘true’, the provided color map is used (if one was provided in the configuration). If no color map was provided, changing this setting does not do anything. |
|
Value of type ‘Boolean’ |
Yes |
|
The path to the color map file to use for coloring the points. |
|
Value of type ‘File’ |
Yes |
|
If true, points with values outside the provided range for the coloring will be hidden, i.e. not rendered at all. |
|
Value of type ‘Boolean’ |
Yes |
|
If true, the colors of the color map will be read in the inverse order. |
|
Value of type ‘Boolean’ |
Yes |
|
The color to use for items with values corresponding to missing data values, if enabled. This color can also be read from the color map, but setting this value overrides any value in the color map. If a color value for the below range values is provided, the ShowMissingData property will automatically be set to true. |
|
Value of type ‘Color4’ |
Yes |
|
This value determines which paramenter is used for coloring the points based on the color map. The property is set based on predefined options specified in the asset file. When changing the parameter, the value range to used for themapping will also be changed. Per default, it is set to the last parameter in the list of options. |
|
Value of type ‘String’ |
Yes |
|
A list of options for color parameters to use for color mapping, that will appear as options in the drop-down menu in the user interface. Per default, the first option in the list is selected. Each option is a table in the form { Key = “theKey”, Range = {min, max} }, where the value range is optional. If added, this range will automatically be set when the option is selected |
|
Yes |
|
|
If true, use a separate color (see NoDataColor) for items with values corresponding to missing data values. |
|
Value of type ‘Boolean’ |
Yes |
|
If true, use a separate color (see AboveRangeColor) for items with values larger than the one in the provided data range. Otherwise, the values will be clamped to use the color at the upper limit of the color map. If a color is provided in the color map, this value will automatically be set to true. |
|
Value of type ‘Boolean’ |
Yes |
|
If true, use a separate color (see BelowRangeColor) for items with values smaller than the one in the provided data range. Otherwise, the values will be clamped to use the color at the lower limit of the color map. If a color is provided in the color map, this value will automatically be set to true. |
|
Value of type ‘Boolean’ |
Yes |
|
This value changes the range of values to be mapped with the current color map. |
|
Value of type ‘Vector2 |
Yes |
Table parameters for ParameterOptions
A list of options for color parameters to use for color mapping, that will appear as options in the drop-down menu in the user interface. Per default, the first option in the list is selected. Each option is a table in the form { Key = “theKey”, Range = {min, max} }, where the value range is optional. If added, this range will automatically be set when the option is selected
Optional: Yes
Name |
Documentation |
Type |
Description |
Optional |
---|---|---|---|---|
|
|
Yes |
Table parameters for *
Optional: Yes
Name |
Documentation |
Type |
Description |
Optional |
---|---|---|---|---|
|
The key for the data variable to use for color |
|
Value of type ‘String’ |
No |
|
An optional value range to use for coloring when this option is selected. If not included, the range will be set from the min and max value in the dataset |
|
Value of type ‘Vector2 |
Yes |