FreeImage.NET Class Library Reference
FreeImageBitmapTmoFattal02 Method |
Apply the Gradient Domain High Dynamic Range Compression to a RGBF image and convert to 24-bit RGB.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool TmoFattal02( double color_saturation, double attenuation )
Parameters
- color_saturation
- Type: SystemDouble
Color saturation (s parameter in the paper) in [0.4..0.6] - attenuation
- Type: SystemDouble
Atenuation factor (beta parameter in the paper) in [0.8..0.9]
Return Value
Type: BooleanReturns true on success, false on failure.
See Also