TiffSettings.Brightness

TiffSettings.Brightness property

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

public float Brightness { get; set; }

Property Value

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

See Also