ILNumerics Ultimate VS

SurfaceUseLighting Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Determines, if the surface plot utilizes lighting. Default: Auto (true for individual color mode, false for colormap mode)

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public Nullable<bool> UseLighting { get; set; }

Property Value

Type: NullableBoolean
Remarks

Lighting makes it potentially harder to match the colors of the surface with the colorscale of the colormap /colorbar. Therefore, for those surfaces which are using a colormap to determine the surface colors, lighting is disabled per default. For all other surfaces, ligthing is enabled by default. By assigning a value to this property, this behavior can be overwritten.

[ILNumerics Visualization Engine]

See Also

Reference