Click or drag to resize

ZebraGraphicsIContrastLevel Property

Sets the contrast correction level to be applied during CreateImage.

Namespace:  Zebra.Sdk.Card.Graphics
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
int ContrastLevel { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf any of the arguments are outside of the specified range.
Remarks
  • Range: -25 to 25
  • Values passed in (-25 to 25) will be converted to a range of -127 to 127 before being applied to each pixel (e.g. a value of 25 will correspond to an actual offset of 127).
See Also