SKColorSpace.GetNumericalTransferFunction Method

Definition

Overloads

GetNumericalTransferFunction()
GetNumericalTransferFunction(SKColorSpaceTransferFn)

Returns the values of the coefficients to the standard equation.

GetNumericalTransferFunction()

public SkiaSharp.SKColorSpaceTransferFn GetNumericalTransferFunction ();

Returns

Applies to

GetNumericalTransferFunction(SKColorSpaceTransferFn)

Returns the values of the coefficients to the standard equation.

public bool GetNumericalTransferFunction (out SkiaSharp.SKColorSpaceTransferFn fn);

Parameters

fn
SKColorSpaceTransferFn

The values of the coefficients to the standard equation.

Returns

Returns true if transfer function can be represented as coefficients to the standard equation, otherwise false.

Applies to