Struct ImageFilters.HDRParams
Represents HDR parameters for image processing.
Inherited Members
Namespace: Unity.XR.CompositionLayers .Rendering
Assembly: Unity.XR.CompositionLayers.dll
Syntax
public struct ImageFilters.HDRParams
Fields
colorGamut
The color gamut used.
Declaration
public ColorGamut colorGamut
Field Value
Type | Description |
---|---|
Color |
hdrEncoded
Indicates whether HDR encoding is enabled.
Declaration
public bool hdrEncoded
Field Value
Type | Description |
---|---|
bool |
maxDisplayNits
The maximum display nits.
Declaration
public float maxDisplayNits
Field Value
Type | Description |
---|---|
float |
nitsForPaperWhite
The nits value for paper white.
Declaration
public float nitsForPaperWhite
Field Value
Type | Description |
---|---|
float |
Properties
inactiveHdrParams
Gets an inactive HDR parameters instance with default values.
Declaration
public static ImageFilters.HDRParams inactiveHdrParams { get; }
Property Value
Type | Description |
---|---|
Image |
Methods
ToString()
Returns a string representation of the HDR parameters.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string describing the HDR parameters. |
Overrides
Operators
implicit operator HDRParams(HDROutputSettings)
Implicitly converts an HDROutput
Declaration
public static implicit operator ImageFilters.HDRParams(HDROutputSettings hdrSettings)
Parameters
Type | Name | Description |
---|---|---|
HDROutput |
hdrSettings | The HDR output settings to convert. |
Returns
Type | Description |
---|---|
Image |
New HDR parameters for image processing. |