Click or drag to resize

PropertyID.GoodReadOverlayColor Field

This parameter selects the color of the overlay used as a notification on a successful read.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 GoodReadOverlayColor = "value"

Field Value

Type: Int32
Remarks
This parameter selects the color of the overlay used as a notification on a successful read. If the property GOOD_READ_OVERLAY_SHAPE_POLICY is set to FULL_SCREEN, the entire screen is painted with the selected color once a code is decoded. If GOOD_READ_OVERLAY_PRESERVE_COLORS is set to false, the selected color is applied to the whole overlay, excluding transparent areas, and painted on top of the screen. The transparency level is controlled by the property GOOD_READ_OVERLAY_TRANSPARENCY.

The color is specified in ARGB format (32-bit, 8 bits per channel). The alpha channel is ignored, as transparency is managed separately.

The class of the property is NumericProperty.

[Android Documentation]

See Also