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