SKColorSpaceTransferFn.Transform(Single) Method

Definition

Transform a single input by this transfer function.

public readonly float Transform (float x);

Parameters

x
Single

The input to transform.

Returns

Returns the transformed input.

Remarks

For negative inputs, returns -Transform(Math.Abs(x)).

Applies to