Alpha-blended Pixel (Skewworks NETMF Graphics Standard v1.0)

Namespace: Skewworks.NETMF.Graphics
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public ColorEX(
	int x,
	int y,
	ushort alpha,
	Color color
)

Parameters

x
Type: System..::..Int32
X location
y
Type: System..::..Int32
Y location
alpha
Type: System..::..UInt16
Alpha value (0 - 256)
color
Type: Color
Color

See Also