BrightnessFilterAdjustment Property |
Gets or sets the brightness adjustment value for the filter. The value must be between -1 and 1, corresponding to least bright to most bright.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic double Adjustment { get; set; }
Public Property Adjustment As Double
Get
Set
public:
property double Adjustment {
double get ();
void set (double value);
}
member Adjustment : float with get, set
Property Value
Type:
Double
See Also