Share via


ILampInfo::GetRedLevelCount

Returns the number of red intensities settable for the Lamp.

Syntax

uint32_t GetRedLevelCount(
)

Parameters

This method has no parameters.

Return value

Type: uint32_t

The number of distinct red levels.

Remarks

If the Lamp has a fixed color (see ILampInfo::GetFixedColor), this will return 0.

Requirements

Header: LampArray.h

Library: xgameplatform.lib

Supported platforms: Xbox One family consoles and Xbox Series consoles

See also

Lighting API Overview
ILampInfo