enum class TPaletteScale : unsigned int;
Scaling of the palette.
Defines how the palette will be changed, relative to the data being drawn.
Values
| Name | Description |
|---|---|
| ppsAuto | Always recreate the pallete. |
| ppsNone | Never automatically recreate the color palette. |
| ppsPeakHold | Do not readjust the pallete, if the minimum or maximum from the previous matrix have not been exceeded. |