Method GetColorEncodingForGamut
GetColorEncodingForGamut(ColorGamut, out int)
Extracts the encoding part of the ColorGamut
Declaration
public static bool GetColorEncodingForGamut(ColorGamut gamut, out int encoding)
Parameters
| Type | Name | Description | 
|---|---|---|
| ColorGamut | gamut | Color gamut (a combination of color space and encoding) queried from the device.  | 
    
| int | encoding | The HDREncoding value the color gamut contains as an int.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | Returns true if there was a valid HDREncoding for the ColorGamut, false otherwise  |