Aspose::Pdf::Devices::TiffSettings::set_Brightness method

TiffSettings::set_Brightness method

Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1.

void Aspose::Pdf::Devices::TiffSettings::set_Brightness(float value)

Remarks

Value of brightness should be in the range from 0 to 1. By default value is equal to 0.33f

See Also