Click or drag to resize

ZebraCardGraphics.ColorFromInteger Method

Converts a valid ARGB integer value to a Color object.

Namespace:  Zebra.Sdk.Card.Graphics
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public Color ColorFromInteger(
	int color
)

Parameters

color
Type: System.Int32
The ARGB value.

Return Value

Type: Color
The corresponding Color object.
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf there is an error with the provided argument.
See Also