MentalRayRenderSettingsTraitsLightLuminanceScale
Property
|
Property that represents the physical
luminance of a light with intensity 1.0 (in candelas).
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract double LightLuminanceScale { get; set; }
Public MustOverride Property LightLuminanceScale As Double
Get
Set
public:
virtual property double LightLuminanceScale {
double get () abstract;
void set (double value) abstract;
}
abstract LightLuminanceScale : float with get, set
Property Value
Double
See Also