ImageAppearanceGammaCorrection Property |
Gets or sets image gamma.
Default value is 1 it corresponds to original gamma of image.
Namespace: GroupDocs.Signature.Options.AppearancesAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic float GammaCorrection { get; set; }
Public Property GammaCorrection As Single
Get
Set
public:
property float GammaCorrection {
float get ();
void set (float value);
}
member GammaCorrection : float32 with get, set
Property Value
Type:
Single
See Also