Layer brightness in percent (-100 - 100).
[Visual Basic 6.0] Property Brightness As Integer
[Visual Basic .NET] Public Property Brightness As Short
[C#] public short Brightness {get; set;}
[Java] public Integer getBrightness() throws IOException, AutomationException
[Java] public void setBrightness( Integer Brightness ) throws IOException, AutomationException
[C++]
HRESULT get_Brightness(
short* BrightnessValue
);
[C++] HRESULT put_Brightness( short BrightnessValue);
Parameters
BrightnessValue [out, retval]
BrightnessValue is a parameter of type short
BrightnessValue [in]
BrightnessValue is a parameter of type short