Package: gsk

Function gsk:component-transfer-new-gamma

Lambda List

gsk:component-transfer-new-gamma (amp exp ofs)

Arguments

amp -- a number coerced to a single float for the amplitude
exp -- a number coerced to a single float for the exponent
ofs -- a number coerced to a single float for the offset

Details

Creates a new component transfer that applies a gamma transform. The new value is computed as
C' = amp * pow (C, exp) + ofs  

Figure: gsk:component-transfer-new-gamma


Since 4.20
 

See also

#2026-02-12