Class IDimensionChannelLightSourcesSettings#

Class Documentation#

class IDimensionChannelLightSourcesSettings#

The light sources settings keyed by channel index.

Public Functions

virtual int GetLightSourceSettingCount() const = 0#

Gets the count of light source settings.

Returns:

The light source setting count.

virtual std::shared_ptr<IDimensionChannelLightSourcesSetting> GetLightSourceSetting(int i) const = 0#

Gets light source setting for the specified channel.

Parameters:

i – Zero-based Index of the channel.

Returns:

The light source setting object if available; and empty pointer otherwise.

virtual ~IDimensionChannelLightSourcesSettings() = default#