SKColorSpaceRenderTargetGamma Enum

Definition

Caution

Use SKColorSpaceTransferFn instead.

Represents gamma transfer functions.

public enum SKColorSpaceRenderTargetGamma
[System.Obsolete("Use SKColorSpaceTransferFn instead.")]
public enum SKColorSpaceRenderTargetGamma
Inheritance
SKColorSpaceRenderTargetGamma
Attributes

Fields

Linear 0

The transfer function is linear.

Srgb 1

The transfer function is the canonical sRGB curve, which has a short linear segment followed by a 2.4f exponential.

Applies to