Click or drag to resize
AB4D logo

OnePixelTexture(Color4, Format, DXDevice, String) Constructor

Constructor

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

Parameters

pixelColor  Color4
initial Color4 of the pixel
dxgiFormat  Format
DXGI format (only formats that are not bigger then 4 bytes are supported)
dxDevice  DXDevice  (Optional)
DXDevice
name  String  (Optional)
optional name of the created resources
See Also