InkColor(Color, Color, Color, Color) Constructor

Constructor that cerates InkColor object, whith specified colors.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public InkColor(
	Color aColor1,
	Color aColor2,
	Color aColor3,
	Color aColor4
)

Parameters

aColor1  Color
Initialize Color1 with this value.
aColor2  Color
Initialize Color2 with this value.
aColor3  Color
Initialize Color3 with this value.
aColor4  Color
Initialize Color4 with this value.

See Also