Click or drag to resize
AB4D logo

OnePixelTexture(Color4, DXDevice, String) Constructor

Constructor with default texture format (B8G8R8A8_UNorm)

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public OnePixelTexture(
	Color4 pixelColor,
	DXDevice dxDevice = null,
	string name = null
)

Parameters

pixelColor  Color4
initial Color4 of the pixel
dxDevice  DXDevice  (Optional)
DXDevice
name  String  (Optional)
optional name of the created resources
See Also