BuildInfo.ColorSpace Property

Definition

Optional parameter to set the player's ColorSpace

public:
 property Nullable<UnityEngine::ColorSpace> ColorSpace { Nullable<UnityEngine::ColorSpace> get(); void set(Nullable<UnityEngine::ColorSpace> value); };
public UnityEngine.ColorSpace? ColorSpace { get; set; }
member this.ColorSpace : Nullable<UnityEngine.ColorSpace> with get, set
Public Property ColorSpace As Nullable(Of ColorSpace)

Property Value

Nullable<UnityEngine.ColorSpace>

Implements

Applies to