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 RIF_TRUE, the input range is detected automatically.
Values are RIF_FALSE and RIF_TRUE (default).

srcLo

float

input

The minimum value of the input range.
Default value is 0.

srcHi

float

input

The maximum value of the input range.
Default value is 1.

dstLo

float

input

The minimum value of the output range.
Default value is 0.

dstHi

float

input

The maximum value of the output range.
Default value is 1.