VisualEffectsVignetteEnabled Property |
Gets or sets whether or not the vignette effect is enabled. This simulates
light being blocked by the lens hood, resulting in a slight darkening at
the perimeter of the 3D Window.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool VignetteEnabled { get; set; }
Public Property VignetteEnabled As Boolean
Get
Set
public:
property bool VignetteEnabled {
bool get ();
void set (bool value);
}
member VignetteEnabled : bool with get, set
Property Value
Type:
BooleanSee Also