ZebraCardGraphicsContrastLevel Property
|
Sets the contrast 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
Syntax public int ContrastLevel { get; set; }
Public Property ContrastLevel As Integer
Get
Set
public:
virtual property int ContrastLevel {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32Implements
ZebraGraphicsIContrastLevelExceptions 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