Photomechanics API
ILightControlProvider Interface Reference

Provides control over lighting lamps. More...

Inheritance diagram for ILightControlProvider:
[legend]

Public Member Functions

Task< Int32 > GetLampsCount ()
 Get number of lamps supported by light dimmer.
 
Task< Byte > GetLampBrightness (Int32 lampIndex)
 Get brightness value of specified lamp by its index.
 
Task SetLampBrightness (Int32 lampIndex, Byte brightness)
 Set brightness value for specified lamp by its index.
 
Task SetCommonBrightness (Byte brightness)
 Set brightness value for all available lamps.
 

Detailed Description

Provides control over lighting lamps.