Package: gsk

Function gsk:component-transfer-new-table

Lambda List

gsk:component-transfer-new-table (values)

Arguments

values -- a list of numbers coerced to single floats

Details

Creates a new component transfer that applies a linear transform. The new value is computed as
C' = values[k] + (C - k / (n - 1)) * n * (values[k + 1] - values[k])  
where k is the smallest value such that
k / (n - 1) <= C < (k + 1) / (n - 1)  

Figure: gsk:component-transfer-new-levels


Since 4.20
 

See also

#2026-02-12