VolumeModelBrightness Property |
LightningChart .NET Help
Brightness option of the transfer function
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(PointRGB), "new PointRGB(1, 1, 1)")]
public PointRGB Brightness { get; set; }<DefaultValueAttribute(GetType(PointRGB), "new PointRGB(1, 1, 1)")>
Public Property Brightness As PointRGB
Get
Set
public:
[DefaultValueAttribute(typeof(PointRGB), L"new PointRGB(1, 1, 1)")]
property PointRGB^ Brightness {
PointRGB^ get ();
void set (PointRGB^ value);
}Property Value
Type:
PointRGB
See Also