GET api/PostData/ThermalColorPalette?minTemp={minTemp}&maxTemp={maxTemp}&colorScheme={colorScheme}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
minTemp

decimal number

Required

maxTemp

decimal number

Required

colorScheme

integer

Required

Body Parameters

None.

Response Information

Resource Description

PostColorPalette
NameDescriptionTypeAdditional information
ActiveColorPalette

Collection of FloatColorTuple

None.

DisabledColorPalette

Collection of FloatColorTuple

None.

Response Formats

application/json, text/json

Sample:
{
  "ActiveColorPalette": null,
  "DisabledColorPalette": null
}

application/xml, text/xml

Sample:
<PostColorPalette xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuickTypePost">
  <ActiveColorPalette i:nil="true" />
  <DisabledColorPalette i:nil="true" />
</PostColorPalette>