STK Graphics PrimitivesSend comments on this topic.
VignetteStrength Property (IAgStkGraphicsVisualEffects)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VignetteStrength() As Double
[C#]
public double VignetteStrength {get; set;}
[Managed C++]
public: __property double get_VignetteStrength();
public: __property void set_VignetteStrength( double );
[Unmanaged C++]
public: HRESULT get_VignetteStrength(
    double * pRetVal
);
public: HRESULT put_VignetteStrength(
    double VignetteStrength
);
[Java]
public double getVignetteStrength();
public void setVignetteStrength(
    double
);
[Python - STK API ]
@property
def VignetteStrength(self) -> float:

@VignetteStrength.setter
def VignetteStrength(self, VignetteStrength:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.