|
OnePixelTexture(Color4, Format, DXDevice, String) Constructor |
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax 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