Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTransferFunction(ColorGamut)

Returns the transfer function that the given gamut uses on the current platform.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static TransferFunction GetTransferFunction(ColorGamut gamut)

Parameters

The color gamut to look up.

Returns

Type

Description

TransferFunctionThe transfer function that the given gamut uses.

Remarks

Due to platform differences, the encoding of a specific ColorGamut may differ.