ILampArray::GetBrightnessLevel
Gets the overall brightness of the ILampArray, where 0.0 is completely off and 1.0 is maximum brightness.
Syntax
double GetBrightnessLevel(
)
Parameters
This method has no parameters.
Return value
Type: double
The current brightness level of the ILampArray. Default is 1.0.
Remarks
Value is between 0.0 and 1.0 (inclusive).
Requirements
Header: LampArray.h
Library: xgameplatform.lib
Supported platforms: Xbox One family consoles and Xbox Series consoles
See also
Lighting API Overview
ILampArray::SetBrightnessLevel
ILampArray