MDLSkyCubeTexture.HighDynamicRangeCompression Property

Definition

Gets or sets a vector, that filters and clamps color values for HDR compression.

public virtual OpenTK.Vector2 HighDynamicRangeCompression { [Foundation.Export("highDynamicRangeCompression", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setHighDynamicRangeCompression:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.HighDynamicRangeCompression : OpenTK.Vector2 with get, set

Property Value

Attributes

Remarks

Color values that are below the X value of this property's vector value are ignored. Thos above the Y value are clamped to the maximum display brightness.

Applies to