BrightnessOverride.GetLevelForScenario(DisplayBrightnessScenario) Method
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 the brightness level associated with the specified scenario.
public:
virtual double GetLevelForScenario(DisplayBrightnessScenario scenario) = GetLevelForScenario;
double GetLevelForScenario(DisplayBrightnessScenario const& scenario);
public double GetLevelForScenario(DisplayBrightnessScenario scenario);
function getLevelForScenario(scenario)
Public Function GetLevelForScenario (scenario As DisplayBrightnessScenario) As Double
Parameters
- scenario
- DisplayBrightnessScenario
The enum value of the scenario that you want to retrieve the brightness level for, as defined in DisplayBrightnessScenario.
Returns
Double
double
A value to indicate the brightness level.