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: 24.3.420.0 (24.3.420.0)
Syntax public 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:
DoubleSee Also