The white point value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double WhitePoint { get; set; }Property Value
Double
Exceptions
| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
When setting this property: The value of white point is not valid. The valid range is 1800 to 15000.
|
Remarks
Specify the white balance of the rendering(measured in Kelvin). Incandescent lighting:2800 K; Daylight 6500K.
See Also
Reference