Package: gsk

Function gsk:component-transfer-new-levels

Lambda List

gsk:component-transfer-new-levels (n)

Arguments

n -- a number coerced to a single float for the number of levels

Details

Creates a new component transfer that limits the values of the component to n levels. The new value is computed as
C' = (floor (C * n) + 0.5) / n  

Figure: gsk:component-transfer-new-levels


Since 4.20
 

See also

#2026-02-12