Range Remap Filter
Filter
RIF_IMAGE_FILTER_REMAP_RANGE
Description
Remaps the colors of an image from one range to another.
Parameters
Parameter |
Type |
Input/Output |
Description |
---|---|---|---|
srcRangeAuto |
uint |
input |
If set to |
srcLo |
float |
input |
The minimum value of the input range. |
srcHi |
float |
input |
The maximum value of the input range. |
dstLo |
float |
input |
The minimum value of the output range. |
dstHi |
float |
input |
The maximum value of the output range. |