ZebraCardGraphicsGammaLevel Property 
             | 
          
        
         
            Sets the gamma correction level to be applied during 
CreateImage.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxpublic int GammaLevel { get; set; }Public Property GammaLevel As Integer
	Get
	Set
public:
virtual property int GammaLevel {
	int get () sealed;
	void set (int value) sealed;
}Property Value
Type: 
Int32Implements
ZebraGraphicsIGammaLevel
Exceptions
RemarksRange: -25 to 25.
See Also