unapplyValueTransform

external fun unapplyValueTransform(input: String, offset: String, scale: String): String(source)

Returns a shader statement that applies the inverse of the value transform to the given value, based on the given offset and scale.

Return

The statement

Parameters

input

The input value

offset

The offset

scale

The scale

See also