ZebraCardGraphicsSaturationLevel Property 
             | 
          
        
         
            Sets the saturation 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 SaturationLevel { get; set; }Public Property SaturationLevel As Integer
	Get
	Set
public:
virtual property int SaturationLevel {
	int get () sealed;
	void set (int value) sealed;
}Property Value
Type: 
Int32Implements
ZebraGraphicsISaturationLevel
Exceptions
RemarksRange: -25 to 25.
See Also