Returns brightness modifier value which the class would apply in automatic mode.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Sub CalculateAutoParameters ( _ bitmapData As BitmapData, _ <OutAttribute> ByRef amount As Single, _ <OutAttribute> ByRef lut As Lut _ )
public static void CalculateAutoParameters( BitmapData bitmapData, out float amount, out Lut lut )
Type: Aurigma.GraphicsMill.BitmapData
BitmapData class instance for which the brightness modifier is calculated automatically.Type: System.Single %
Out parameter. Value which contains brightness modifier which would be used automatically will be written into this parameter.