MDLSkyCubeTexture.HighDynamicRangeCompression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.