Click or drag to resize

ZebraGraphicsIBrightnessLevel Property

Sets the brightness 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 BrightnessLevel { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf the value is 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