Click or drag to resize

IDiscreteLight Interface

Interface to discrete lights. All classes that implement this interface should be immutable.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IDiscreteLight : IImmutable

The IDiscreteLight type exposes the following members.

Properties
 NameDescription
Public propertyColor Gets the color of the light.
Public propertyIsAffixedToCamera Gets a value indicating whether this light source is affixed to the camera coordinate system or to the world coordinate system.
Public propertyLightAmplitude Gets the light amplitude. The default value is 1. This value is multiplied with the light Color to get the effective light's color.
Top
See Also