Sets the strength of the vignette effect, values between [0.001 and 5.0], with larger values resulting in more pronounced darkening around the perimeter of the 3D window.
Read-write property
[Visual Basic .NET] |
---|
Public Property VignetteStrength() As Double |
[C#] |
---|
public double VignetteStrength {get; set;} |
[Managed C++] |
---|
public: __property double get_VignetteStrength(); |
[Unmanaged C++] |
---|
public: HRESULT get_VignetteStrength( double * pRetVal ); public: HRESULT put_VignetteStrength( double VignetteStrength ); |
[Java] |
---|
public double getVignetteStrength(); public void setVignetteStrength( double ); |