Share via


ILampInfo::GetGreenLevelCount

Returns the number of green intensities settable for the Lamp.

Syntax

uint32_t GetGreenLevelCount(
)

Parameters

This method has no parameters.

Return value

Type: uint32_t

The number of distinct green 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